![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhigles2_p.h>
Classes | |
| union | Args |
Public Types | |
| enum | Cmd { BeginFrame , EndFrame , ResetFrame , Viewport , Scissor , BlendConstants , StencilRef , BindVertexBuffer , BindIndexBuffer , Draw , DrawIndexed , BindGraphicsPipeline , BindShaderResources , BindFramebuffer , Clear , BufferSubData , GetBufferSubData , CopyTex , ReadPixels , SubImage , CompressedImage , CompressedSubImage , BlitFromRenderbuffer , BlitFromTexture , GenMip , BindComputePipeline , Dispatch , BarriersForPass , Barrier , InvalidateFramebuffer } |
Public Attributes | |
| Cmd | cmd |
| union QGles2CommandBuffer::Command::Args | args |
Definition at line 315 of file qrhigles2_p.h.
Definition at line 316 of file qrhigles2_p.h.
| union QGles2CommandBuffer::Command::Args QGles2CommandBuffer::Command::args |
Referenced by testing.tools.safetynet_measure.PerformanceRun::_BuildTestHarnessCommand(), testing.tools.safetynet_compare.CompareRun::_CleanUp(), testing.tools.safetynet_compare.CompareRun::_CreateTempRepo(), testing.tools.safetynet_compare.CompareRun::_DrawConclusions(), testing.tools.safetynet_compare.CompareRun::_GetProfileFilePath(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_compare.CompareRun::_InitPaths(), testing.tools.safetynet_compare.CompareRun::_MeasureCurrentBranch(), testing.tools.safetynet_compare.CompareRun::_MoveImages(), testing.tools.safetynet_compare.CompareRun::_PrintConclusions(), testing.tools.safetynet_compare.CompareRun::_ProfileLocalChangesAndCurrentBranchInThisRepo(), testing.tools.safetynet_compare.CompareRun::_RunAsync(), testing.tools.safetynet_measure.PerformanceRun::_RunCallgrind(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_compare.CompareRun::Run(), testing.tools.safetynet_job.JobRun::Run(), testing.tools.safetynet_measure.PerformanceRun::Run(), and testing.tools.safetynet_compare.CompareRun::RunSingleTestCase().
| Cmd QGles2CommandBuffer::Command::cmd |
Definition at line 348 of file qrhigles2_p.h.
Referenced by addBoundaryCommand(), QRhiGles2::beginExternal(), QRhiGles2::beginPass(), QRhiGles2::dispatch(), QRhiGles2::draw(), QRhiGles2::drawIndexed(), QRhiGles2::endPass(), QRhiGles2::enqueueBarriersForPass(), QRhiGles2::enqueueResourceUpdates(), QRhiGles2::enqueueSubresUpload(), QRhiGles2::executeCommandBuffer(), QRhiGles2::setBlendConstants(), QRhiGles2::setComputePipeline(), QRhiGles2::setGraphicsPipeline(), QRhiGles2::setScissor(), QRhiGles2::setShaderResources(), QRhiGles2::setStencilRef(), QRhiGles2::setVertexInput(), QRhiGles2::setViewport(), QRhiGles2::trackedBufferBarrier(), and QRhiGles2::trackedImageBarrier().