Searched refs:glslGeneration (Results 1 – 3 of 3) sorted by relevance
384 ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in init()389 ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in init()391 shaderCaps->fNonsquareMatrixSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in init()392 shaderCaps->fInverseHyperbolicSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in init()400 ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; // We use this value for GLSL ES 3.0. in init()401 shaderCaps->fNonsquareMatrixSupport = ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; in init()402 shaderCaps->fInverseHyperbolicSupport = ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; in init()408 shaderCaps->fNonsquareMatrixSupport = ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; in init()409 shaderCaps->fInverseHyperbolicSupport = ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; in init()422 ctxInfo.glslGeneration() < k130_GrGLSLGeneration; // introduced in GLSL 1.3 in init()[all …]
33 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; } in glslGeneration() function
49 GrGLSLGeneration glslGeneration() const { return fGLContext->glslGeneration(); } in glslGeneration() function