Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DGLInstancedRendering.cpp25 int numGLCommands() const { return 1 + fNumChangesInGeometry; } in numGLCommands() function in gr_instanced::GLInstancedOp
80 numGLDrawCmds += op->numGLCommands(); in onBeginFlush()
219 int numCommands = op->numGLCommands(); in onDraw()