Searched refs:isPathRendering (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/
H A DGrPathProcessor.h38 virtual bool isPathRendering() const override { return true; }
H A DGrPrimitiveProcessor.h151 virtual bool isPathRendering() const { return false; } function in class:GrPrimitiveProcessor
/external/skia/src/gpu/gl/
H A DGrGLVaryingHandler.cpp22 glPB->fPrimProc.isPathRendering() &&
H A DGrGLProgram.cpp126 if (!primProc.isPathRendering()) {
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp129 bool useNvpr = primProc.isPathRendering();

Completed in 166 milliseconds