Searched refs:GrGLDrawElementsIndirectCommand (Results 1 – 2 of 2) sorted by relevance
125 rp->createBuffer(sizeof(GrGLDrawElementsIndirectCommand) * numGLDrawCmds, in onBeginFlush()138 GrGLDrawElementsIndirectCommand* glMappedCmds = nullptr; in onBeginFlush()141 glMappedCmds = static_cast<GrGLDrawElementsIndirectCommand*>(fDrawIndirectBuffer->map()); in onBeginFlush()175 GrGLDrawElementsIndirectCommand& glCmd = glMappedCmds[glDrawCmdsIdx]; in onBeginFlush()238 (GrGLDrawElementsIndirectCommand*) nullptr + glCmdsIdx, in onDraw()249 (GrGLDrawElementsIndirectCommand*) nullptr + glCmdIdx)); in onDraw()
74 struct GrGLDrawElementsIndirectCommand { struct82 GR_STATIC_ASSERT(20 == sizeof(GrGLDrawElementsIndirectCommand)); argument