Lines Matching refs:fGpu
72 , fGpu(gpu) in GrGLProgramBuilder()
81 return fGpu->caps(); in caps()
180 if (fGpu->glCaps().programBinarySupport()) { in storeShaderInCache()
240 bool checkLinked = kChromium_GrGLDriver != fGpu->ctxInfo().driver(); in finalize()
251 if (fGpu->glCaps().programBinarySupport()) { in finalize()
276 if (!cached || !fGpu->glCaps().programBinarySupport()) { in finalize()
351 GrGLPrintShader(fGpu->glContext(), in finalize()
359 GrGLPrintShader(fGpu->glContext(), in finalize()
366 GrGLPrintShader(fGpu->glContext(), in finalize()
386 fUniformHandler.bindUniformLocations(programID, fGpu->glCaps()); in bindProgramResourceLocations()
399 if (!fGpu->glCaps().shaderCaps()->pathRenderingSupport() || in bindProgramResourceLocations()
400 !fGpu->glPathRendering()->shouldBindFragmentInputs()) { in bindProgramResourceLocations()
434 fUniformHandler.getUniformLocations(programID, fGpu->glCaps()); in resolveProgramResourceLocations()
437 if (!fGpu->glCaps().shaderCaps()->pathRenderingSupport() || in resolveProgramResourceLocations()
438 fGpu->glPathRendering()->shouldBindFragmentInputs()) { in resolveProgramResourceLocations()
463 return new GrGLProgram(fGpu, in createProgram()