Home
last modified time | relevance | path

Searched refs:GrGetGLSLVersionDecl (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLSL.cpp50 const char* GrGetGLSLVersionDecl(const GrGLContextInfo& info) { in GrGetGLSLVersionDecl() function
DGrGLSL.h57 const char* GrGetGLSLVersionDecl(const GrGLContextInfo&);
/external/skia/src/gpu/gl/builders/
DGrGLVertexShaderBuilder.cpp83 this->versionDecl() = GrGetGLSLVersionDecl(fProgramBuilder->ctxInfo()); in compileAndAttachShaders()
DGrGLFragmentShaderBuilder.cpp272 this->versionDecl() = GrGetGLSLVersionDecl(gpu->ctxInfo()); in compileAndAttachShaders()