Home
last modified time | relevance | path

Searched refs:glslGeneration (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp384 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 …]
DGrGLContext.h33 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; } in glslGeneration() function
DGrGLGpu.h49 GrGLSLGeneration glslGeneration() const { return fGLContext->glslGeneration(); } in glslGeneration() function