Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DGLInstancedRendering.cpp49 , fGLDrawCmdsInfo(0) in GLInstancedRendering()
149 SkASSERT(!fGLDrawCmdsInfo); in onBeginFlush()
151 fGLDrawCmdsInfo.reset(numGLDrawCmds); in onBeginFlush()
185 GLDrawCmdInfo& cmdInfo = fGLDrawCmdsInfo[glDrawCmdsIdx]; in onBeginFlush()
206 if (!fDrawIndirectBuffer && !fGLDrawCmdsInfo) { in onDraw()
222 SkASSERT(fGLDrawCmdsInfo); in onDraw()
226 SkDebugf("%s%i * %s", (i ? ", " : ""), fGLDrawCmdsInfo[glCmdIdx].fInstanceCount, in onDraw()
227 InstanceProcessor::GetNameOfIndexRange(fGLDrawCmdsInfo[glCmdIdx].fGeometry)); in onDraw()
231 SkASSERT(SkToBool(fGLDrawCmdsInfo) == !glCaps.baseInstanceSupport()); in onDraw()
252 const GLDrawCmdInfo& cmdInfo = fGLDrawCmdsInfo[glCmdIdx]; in onDraw()
[all …]
DGLInstancedRendering.h62 SkAutoSTMalloc<1024, GLDrawCmdInfo> fGLDrawCmdsInfo; variable