Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.h273 bool flushGLState(const GrPipeline&, const GrPrimitiveProcessor&, bool willDrawPoints);
DGrGLGpu.cpp1794 bool willDrawPoints) { in flushGLState() argument
1795 sk_sp<GrGLProgram> program(fProgramCache->refProgram(this, pipeline, primProc, willDrawPoints)); in flushGLState()