HomeSort by relevance Sort by last modified time
    Searched refs:glslGeneration (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/gl/
GrGLContextInfo.h 60 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; }
GrGpuGL.h 35 GrGLSLGeneration glslGeneration() const {
36 return fGLContextInfo.glslGeneration();
GrGLShaderVar.h 263 gl.glslGeneration()));
GrGLCaps.cpp 166 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration ||
GrGLProgram.cpp 365 GrAssert(fContextInfo.glslGeneration() >= k150_GrGLSLGeneration);
556 fContextInfo.glslGeneration()));
559 bool isColorDeclared = GrGLSLSetupFSColorOuput(fContextInfo.glslGeneration(),
    [all...]
GrGLShaderBuilder.cpp 402 GrAssert(k110_GrGLSLGeneration != fContext.glslGeneration() || fFSOutputs.empty());
GrGpuGL.cpp 282 this->glslGeneration() >= k150_GrGLSLGeneration;
    [all...]

Completed in 110 milliseconds