Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DGLInstancedRendering.cpp140 int glDrawCmdsIdx = 0; in onBeginFlush() local
161 op->fGLDrawCmdsIdx = glDrawCmdsIdx; in onBeginFlush()
176 GrGLDrawElementsIndirectCommand& glCmd = glMappedCmds[glDrawCmdsIdx]; in onBeginFlush()
185 GLDrawCmdInfo& cmdInfo = fGLDrawCmdsInfo[glDrawCmdsIdx]; in onBeginFlush()
191 ++glDrawCmdsIdx; in onBeginFlush()
195 SkASSERT(glDrawCmdsIdx == numGLDrawCmds); in onBeginFlush()