Searched refs:versionAndExtensionDecls (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrPathTessellationShader_Hardware.cpp | 73 const char* versionAndExtensionDecls, in makeProgramImpl() 76 SkString code(versionAndExtensionDecls); in makeProgramImpl() 128 const char* versionAndExtensionDecls, in makeProgramImpl() 131 SkString code(versionAndExtensionDecls); in makeProgramImpl() 219 const char* versionAndExtensionDecls, in makeProgramImpl() 222 SkString code(versionAndExtensionDecls); in makeProgramImpl() 297 const char* versionAndExtensionDecls, in makeProgramImpl() 300 SkString code(versionAndExtensionDecls); in makeProgramImpl()
|
H A D | GrStrokeTessellationShader_HardwareImpl.cpp | 318 const char* versionAndExtensionDecls, in getTessControlShaderGLSL() 324 SkString code(versionAndExtensionDecls); in getTessControlShaderGLSL() 526 const char* versionAndExtensionDecls, in getTessEvaluationShaderGLSL() 532 SkString code(versionAndExtensionDecls); in getTessEvaluationShaderGLSL() 316 getTessControlShaderGLSL( const GrGeometryProcessor& geomProc, const char* versionAndExtensionDecls, const GrGLSLUniformHandler& uniformHandler, const GrShaderCaps& shaderCaps) const getTessControlShaderGLSL() argument 524 getTessEvaluationShaderGLSL( const GrGeometryProcessor& geomProc, const char* versionAndExtensionDecls, const GrGLSLUniformHandler& uniformHandler, const GrShaderCaps& shaderCaps) const getTessEvaluationShaderGLSL() argument
|
H A D | GrStrokeTessellationShader.h | 166 const char* versionAndExtensionDecls, 170 const char* versionAndExtensionDecls,
|
/third_party/skia/gm/ |
H A D | tessellation.cpp | 91 const char* versionAndExtensionDecls, 94 SkString code(versionAndExtensionDecls); 111 const char* versionAndExtensionDecls, 114 SkString code(versionAndExtensionDecls); 207 const char* versionAndExtensionDecls, 210 SkString code(versionAndExtensionDecls); 231 const char* versionAndExtensionDecls, 234 SkString code(versionAndExtensionDecls);
|
/third_party/skia/src/gpu/gl/builders/ |
H A D | GrGLProgramBuilder.cpp | 416 SkString versionAndExtensionDecls; in finalize() local 417 versionAndExtensionDecls.appendf("%s\n", this->shaderCaps()->versionDeclString()); in finalize() 419 versionAndExtensionDecls.appendf("#extension %s : require\n", extensionString); in finalize() 424 versionAndExtensionDecls.c_str(), in finalize() 436 versionAndExtensionDecls.c_str(), in finalize()
|
/third_party/skia/src/gpu/ |
H A D | GrGeometryProcessor.h | 351 const char* versionAndExtensionDecls, in getTessControlShaderGLSL() 357 const char* versionAndExtensionDecls, in getTessEvaluationShaderGLSL() 350 getTessControlShaderGLSL(const GrGeometryProcessor&, const char* versionAndExtensionDecls, const GrGLSLUniformHandler&, const GrShaderCaps&) const getTessControlShaderGLSL() argument 356 getTessEvaluationShaderGLSL(const GrGeometryProcessor&, const char* versionAndExtensionDecls, const GrGLSLUniformHandler&, const GrShaderCaps&) const getTessEvaluationShaderGLSL() argument
|
Completed in 6 milliseconds