Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSL.cpp16 case k130_GrGLSLGeneration: in GrGLSLSupportsNamedFragmentShaderOutputs()
DGrGLSL.h26 k130_GrGLSLGeneration, enumerator
69 if (glslGen >= k130_GrGLSLGeneration) { in GrGLSLTexture2DFunctionName()
/external/skia/src/gpu/gl/
DGrGLGLSL.cpp31 *generation = k130_GrGLSLGeneration; in GrGLGetGLSLGeneration()
DGrGLCaps.cpp290 ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in init()
554 case k130_GrGLSLGeneration: in get_glsl_version_decl_string()
632 glslCaps->fFlatInterpolationSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in initGLSL()
640 ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in initGLSL()