Home
last modified time | relevance | path

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

/external/skia/src/gpu/tessellate/
DGrStencilPathShader.cpp114 SkString getTessControlShaderGLSL(const GrGeometryProcessor&, in createGLSLInstance() function in GrCubicTessellateShader::createGLSLInstance::CubicImpl
213 SkString getTessControlShaderGLSL(const GrGeometryProcessor&, in createGLSLInstance() function in GrWedgeTessellateShader::createGLSLInstance::WedgeImpl
DGrStrokeTessellateShader.cpp405 SkString getTessControlShaderGLSL(const GrGeometryProcessor&,
462 SkString GrStrokeTessellateShader::TessellationImpl::getTessControlShaderGLSL( in getTessControlShaderGLSL() function in GrStrokeTessellateShader::TessellationImpl
/external/skia/gm/
Dtessellation.cpp80 SkString getTessControlShaderGLSL(const GrGeometryProcessor&, in getTessControlShaderGLSL() function in skiagm::TessellationTestTriShader::Impl
188 SkString getTessControlShaderGLSL(const GrGeometryProcessor&, in getTessControlShaderGLSL() function in skiagm::TessellationTestRectShader::Impl
/external/skia/src/gpu/glsl/
DGrGLSLGeometryProcessor.h135 virtual SkString getTessControlShaderGLSL(const GrGeometryProcessor&, in getTessControlShaderGLSL() function
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp392 SkString tessControlShader = fGeometryProcessor->getTessControlShaderGLSL( in finalize()
462 (void)&GrGLSLGeometryProcessor::getTessControlShaderGLSL; in finalize()