Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DGLInstancedRendering.cpp225 int glCmdIdx = op->fGLDrawCmdsIdx + i; in onDraw() local
226 SkDebugf("%s%i * %s", (i ? ", " : ""), fGLDrawCmdsInfo[glCmdIdx].fInstanceCount, in onDraw()
227 InstanceProcessor::GetNameOfIndexRange(fGLDrawCmdsInfo[glCmdIdx].fGeometry)); in onDraw()
246 int glCmdIdx = op->fGLDrawCmdsIdx + i; in onDraw() local
250 (GrGLDrawElementsIndirectCommand*) nullptr + glCmdIdx)); in onDraw()
252 const GLDrawCmdInfo& cmdInfo = fGLDrawCmdsInfo[glCmdIdx]; in onDraw()
259 const GLDrawCmdInfo& cmdInfo = fGLDrawCmdsInfo[glCmdIdx]; in onDraw()