Lines Matching refs:glCaps
156 if (fGpu->glCaps().programBinarySupport()) { in storeShaderInCache()
191 if (this->gpu()->glCaps().programBinarySupport() && in finalize()
192 this->gpu()->glCaps().programParameterSupport() && in finalize()
203 settings.fCaps = this->gpu()->glCaps().shaderCaps(); in finalize()
228 if (fGpu->glCaps().programBinarySupport()) { in finalize()
274 if (!cached || !fGpu->glCaps().programBinarySupport()) { in finalize()
385 fUniformHandler.bindUniformLocations(programID, fGpu->glCaps()); in bindProgramResourceLocations()
387 const GrGLCaps& caps = this->gpu()->glCaps(); in bindProgramResourceLocations()
398 if (!fGpu->glCaps().shaderCaps()->pathRenderingSupport() || in bindProgramResourceLocations()
446 fUniformHandler.getUniformLocations(programID, fGpu->glCaps(), force); in resolveProgramResourceLocations()
449 if (!fGpu->glCaps().shaderCaps()->pathRenderingSupport() || in resolveProgramResourceLocations()