Home
last modified time | relevance | path

Searched refs:getTessEvaluationShaderGLSL (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/tessellate/
DGrStencilPathShader.cpp171 SkString getTessEvaluationShaderGLSL(const GrGeometryProcessor&, in createGLSLInstance() function in GrCubicTessellateShader::createGLSLInstance::CubicImpl
260 SkString getTessEvaluationShaderGLSL(const GrGeometryProcessor&, in createGLSLInstance() function in GrWedgeTessellateShader::createGLSLInstance::WedgeImpl
DGrStrokeTessellateShader.cpp409 SkString getTessEvaluationShaderGLSL(const GrGeometryProcessor&,
822 SkString GrStrokeTessellateShader::TessellationImpl::getTessEvaluationShaderGLSL( in getTessEvaluationShaderGLSL() function in GrStrokeTessellateShader::TessellationImpl
/external/skia/gm/
Dtessellation.cpp99 SkString getTessEvaluationShaderGLSL(const GrGeometryProcessor&, in getTessEvaluationShaderGLSL() function in skiagm::TessellationTestTriShader::Impl
211 SkString getTessEvaluationShaderGLSL(const GrGeometryProcessor&, in getTessEvaluationShaderGLSL() function in skiagm::TessellationTestRectShader::Impl
/external/skia/src/gpu/glsl/
DGrGLSLGeometryProcessor.h141 virtual SkString getTessEvaluationShaderGLSL(const GrGeometryProcessor&, in getTessEvaluationShaderGLSL() function
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp402 SkString tessEvaluationShader = fGeometryProcessor->getTessEvaluationShaderGLSL( in finalize()