Home | History | Annotate | Download | only in gl

Lines Matching refs:fGpu

95     : fGpu(gpu)
110 GrGLCaps::kNone_FBFetchType == fGpu->glCaps().fbFetchType()) {
140 fGpu,
170 if (k110_GrGLSLGeneration != fGpu->glslGeneration()) {
181 if (!fGpu->glCaps().shaderDerivativeSupport()) {
184 if (kES_GrGLBinding == fGpu->glBinding()) {
198 if (!fGpu->glCaps().fragCoordConventionsSupport()) {
201 if (fGpu->glslGeneration() < k150_GrGLSLGeneration) {
207 if (GrGLCaps::kEXT_FBFetchType != fGpu->glCaps().fbFetchType()) {
214 if (GrGLCaps::kNV_FBFetchType != fGpu->glCaps().fbFetchType()) {
258 GrGLCaps::FBFetchType fetchType = fGpu->glCaps().fbFetchType();
277 fGpu,
416 } else if (fGpu->glCaps().fragCoordConventionsSupport()) {
598 bool checkLinked = !fGpu->ctxInfo().isChromium();
692 fGpu->glBinding(),
697 SkASSERT(k110_GrGLSLGeneration != fGpu->glslGeneration() || fFSOutputs.empty());
703 if (!attach_shader(fGpu->glContext(), programId, GR_GL_FRAGMENT_SHADER, fragShaderSrc)) {
720 return fGpu->ctxInfo();