Searched refs:flushGLState (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.cpp | 151 if (!this->gpu()->flushGLState(pipeline, primProc, false)) { in onDrawPath() 183 if (!this->gpu()->flushGLState(pipeline, primProc, false)) { in onDrawPaths()
|
D | GrGLGpu.h | 273 bool flushGLState(const GrPipeline&, const GrPrimitiveProcessor&, bool willDrawPoints);
|
D | GrGLGpu.cpp | 1793 bool GrGLGpu::flushGLState(const GrPipeline& pipeline, const GrPrimitiveProcessor& primProc, in flushGLState() function in GrGLGpu 2513 if (!this->flushGLState(pipeline, primProc, hasPoints)) { in draw()
|
/external/skia/src/gpu/instanced/ |
D | GLInstancedRendering.cpp | 209 if (!this->glGpu()->flushGLState(pipeline, instProc, false)) { in onDraw()
|