Home
last modified time | relevance | path

Searched refs:cmdBuffer (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DGrInOrderCommandBuilder.cpp30 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()
DGrCommandBuilder.cpp35 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()
DGrReorderCommandBuilder.cpp22 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()
DGrCommandBuilder.h74 GrTargetCommands::CmdBuffer* cmdBuffer() { return fCommands.cmdBuffer(); } in cmdBuffer() function
DGrTargetCommands.h263 CmdBuffer* cmdBuffer() { return &fCmdBuffer; } in cmdBuffer() function
/external/deqp/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.cpp346 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/
Dpkgdata.cpp498 char cmdBuffer[SMALL_BUFFER_MAX_SIZE]; in runCommand() local
510 cmd = cmdBuffer; in runCommand()
534 if (cmd != cmdBuffer && cmd != command) { in runCommand()