Searched refs:glslGeneration (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLContextInfo.h60 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; } function in class:GrGLContextInfo
H A DGrGpuGL.h35 GrGLSLGeneration glslGeneration() const { function in class:GrGpuGL
36 return fGLContextInfo.glslGeneration();
H A DGrGLShaderVar.h263 gl.glslGeneration()));
H A DGrGLCaps.cpp166 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration ||
H A DGrGLProgram.cpp365 GrAssert(fContextInfo.glslGeneration() >= k150_GrGLSLGeneration);
556 fContextInfo.glslGeneration()));
559 bool isColorDeclared = GrGLSLSetupFSColorOuput(fContextInfo.glslGeneration(),
H A DGrGLShaderBuilder.cpp402 GrAssert(k110_GrGLSLGeneration != fContext.glslGeneration() || fFSOutputs.empty());
H A DGrGpuGL.cpp282 this->glslGeneration() >= k150_GrGLSLGeneration;

Completed in 94 milliseconds