Searched refs:cmdBuffer (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrInOrderCommandBuilder.cpp | 30 if (!this->cmdBuffer()->empty() && in recordDrawBatch() 31 Cmd::kDrawBatch_CmdType == this->cmdBuffer()->back().type()) { in recordDrawBatch() 32 DrawBatch* previous = static_cast<DrawBatch*>(&this->cmdBuffer()->back()); in recordDrawBatch() 38 return GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), DrawBatch, (state, batch, in recordDrawBatch() 48 StencilPath* sp = GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), StencilPath, in recordStencilPath() 63 DrawPath* dp = GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), DrawPath, (state, path)); in recordDrawPath() 91 if (!this->cmdBuffer()->empty() && in recordDrawPaths() 92 Cmd::kDrawPaths_CmdType == this->cmdBuffer()->back().type()) { in recordDrawPaths() 100 DrawPaths* previous = static_cast<DrawPaths*>(&this->cmdBuffer()->back()); in recordDrawPaths() 120 DrawPaths* dp = GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), DrawPaths, (state, pathRange)); in recordDrawPaths()
|
D | GrCommandBuilder.cpp | 35 Clear* clr = GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), Clear, (renderTarget)); in recordClear() 48 ClearStencilClip* clr = GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), in recordClearStencilClip() 59 Clear* clr = GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), Clear, (renderTarget)); in recordDiscard() 68 CopySurface* cs = GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), CopySurface, (dst, src)); in recordCopySurface() 85 XferBarrier* xb = GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), XferBarrier, (rt)); in recordXferBarrierIfNecessary()
|
D | GrReorderCommandBuilder.cpp | 22 if (!this->cmdBuffer()->empty()) { in recordDrawBatch() 23 GrTargetCommands::CmdBuffer::ReverseIter reverseIter(*this->cmdBuffer()); in recordDrawBatch() 44 return GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), DrawBatch, (state, batch, in recordDrawBatch()
|
D | GrCommandBuilder.h | 74 GrTargetCommands::CmdBuffer* cmdBuffer() { return fCommands.cmdBuffer(); } in cmdBuffer() function
|
D | GrTargetCommands.h | 263 CmdBuffer* cmdBuffer() { return &fCmdBuffer; } in cmdBuffer() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndirectComputeDispatchTests.cpp | 346 glu::Buffer cmdBuffer (renderCtx); in iterate() local 363 createCommandBuffer(*cmdBuffer); in iterate() 366 gl.bindBuffer(GL_DISPATCH_INDIRECT_BUFFER, *cmdBuffer); in iterate()
|
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 498 char cmdBuffer[SMALL_BUFFER_MAX_SIZE]; in runCommand() local 510 cmd = cmdBuffer; in runCommand() 534 if (cmd != cmdBuffer && cmd != command) { in runCommand()
|