HomeSort by relevance Sort by last modified time
    Searched refs:isPathRendering (Results 1 - 10 of 10) sorted by null

  /external/skia/src/gpu/
GrPathProcessor.h 38 virtual bool isPathRendering() const override { return true; }
GrPrimitiveProcessor.h 117 virtual bool isPathRendering() const { return false; }
  /external/skia/src/gpu/gl/
GrGLVaryingHandler.cpp 21 glPB->fPrimProc.isPathRendering() &&
GrGLProgram.cpp 144 if (!primProc.isPathRendering()) {
  /external/skqp/src/gpu/
GrPathProcessor.h 38 virtual bool isPathRendering() const override { return true; }
GrPrimitiveProcessor.h 117 virtual bool isPathRendering() const { return false; }
  /external/skqp/src/gpu/gl/
GrGLVaryingHandler.cpp 21 glPB->fPrimProc.isPathRendering() &&
GrGLProgram.cpp 144 if (!primProc.isPathRendering()) {
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 223 bool useNvpr = primProc.isPathRendering();
  /external/skqp/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 214 bool useNvpr = primProc.isPathRendering();

Completed in 1168 milliseconds