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

  /external/skia/src/gpu/gl/
GrGLContext.h 35 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; }
GrGLCaps.cpp 215 if (ctxInfo.glslGeneration() >= k140_GrGLSLGeneration) {
297 GrGLSLSupportsNamedFragmentShaderOutputs(ctxInfo.glslGeneration());
303 ctxInfo.glslGeneration() >= k150_GrGLSLGeneration;
305 if (ctxInfo.glslGeneration() >= k400_GrGLSLGeneration) {
314 ctxInfo.glslGeneration() >= k130_GrGLSLGeneration;
334 ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; // We use this value for GLSL ES 3.0.
697 shaderCaps->fGLSLGeneration = ctxInfo.glslGeneration();
723 shaderCaps->fFlatInterpolationSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration;
726 ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; // This is the value for GLSL ES 3.0.
733 ctxInfo.glslGeneration() >= k130_GrGLSLGeneration
    [all...]
GrGLGpu.h 49 GrGLSLGeneration glslGeneration() const { return fGLContext->glslGeneration(); }
  /external/skqp/src/gpu/gl/
GrGLContext.h 35 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; }
GrGLCaps.cpp 221 if (ctxInfo.glslGeneration() >= k140_GrGLSLGeneration) {
297 GrGLSLSupportsNamedFragmentShaderOutputs(ctxInfo.glslGeneration());
303 ctxInfo.glslGeneration() >= k150_GrGLSLGeneration;
305 if (ctxInfo.glslGeneration() >= k400_GrGLSLGeneration) {
314 ctxInfo.glslGeneration() >= k130_GrGLSLGeneration;
334 ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; // We use this value for GLSL ES 3.0.
686 shaderCaps->fGLSLGeneration = ctxInfo.glslGeneration();
714 shaderCaps->fFlatInterpolationSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration;
717 ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; // This is the value for GLSL ES 3.0.
724 ctxInfo.glslGeneration() >= k130_GrGLSLGeneration
    [all...]
GrGLGpu.h 49 GrGLSLGeneration glslGeneration() const { return fGLContext->glslGeneration(); }

Completed in 488 milliseconds