Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/glsl/
DGrGLSL.h41 k400_GrGLSLGeneration, enumerator
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSL.h41 k400_GrGLSLGeneration, enumerator
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h42 k400_GrGLSLGeneration, enumerator
52 return k400_GrGLSLGeneration; in generation()
/third_party/skia/src/sksl/
DSkSLUtil.h45 k400_GrGLSLGeneration, enumerator
53 GrGLSLGeneration fGLSLGeneration = k400_GrGLSLGeneration;
/third_party/flutter/skia/src/gpu/gl/
DGrGLGLSL.cpp22 *generation = k400_GrGLSLGeneration; in GrGLGetGLSLGeneration()
DGrGLCaps.cpp383 if (ctxInfo.glslGeneration() >= k400_GrGLSLGeneration) { in init()
742 case k400_GrGLSLGeneration: in get_glsl_version_decl_string()
860 shaderCaps->fSampleVariablesSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
920 shaderCaps->fFPManipulationSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
930 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
/third_party/skia/src/gpu/gl/
DGrGLGLSL.cpp33 *generation = k400_GrGLSLGeneration; in GrGLGetGLSLGeneration()
DGrGLCaps.cpp808 case k400_GrGLSLGeneration: in get_glsl_version_decl_string()
935 shaderCaps->fSampleMaskSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
1014 shaderCaps->fBitManipulationSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
1024 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()