Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp130 if (!this->gpu()->flushGLState(args)) { in onDrawPath()
158 if (!this->gpu()->flushGLState(args)) { in onDrawPaths()
DGrGLGpu.h227 bool flushGLState(const DrawArgs&);
DGrGLGpu.cpp1787 bool GrGLGpu::flushGLState(const DrawArgs& args) { in flushGLState() function in GrGLGpu
2596 if (!this->flushGLState(args)) { in onDraw()