Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSL.cpp20 case k400_GrGLSLGeneration: in GrGLSLSupportsNamedFragmentShaderOutputs()
DGrGLSL.h42 k400_GrGLSLGeneration, enumerator
/external/skia/src/gpu/gl/
DGrGLGLSL.cpp23 *generation = k400_GrGLSLGeneration; in GrGLGetGLSLGeneration()
DGrGLCaps.cpp578 case k400_GrGLSLGeneration: in get_glsl_version_decl_string()
650 glslCaps->fSampleVariablesSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()