Lines Matching refs:glCaps
70 if (!gpu->glCaps().textureSwizzleSupport() &&
72 char alphaChar = gpu->glCaps().textureRedSupport() ? 'r' : 'a';
110 GrGLCaps::kNone_FBFetchType == fGpu->glCaps().fbFetchType()) {
181 if (!fGpu->glCaps().shaderDerivativeSupport()) {
198 if (!fGpu->glCaps().fragCoordConventionsSupport()) {
207 if (GrGLCaps::kEXT_FBFetchType != fGpu->glCaps().fbFetchType()) {
214 if (GrGLCaps::kNV_FBFetchType != fGpu->glCaps().fbFetchType()) {
258 GrGLCaps::FBFetchType fetchType = fGpu->glCaps().fbFetchType();
416 } else if (fGpu->glCaps().fragCoordConventionsSupport()) {
960 SkASSERT(gpu->glCaps().fixedFunctionSupport());
961 SkASSERT(gpu->glCaps().pathRenderingSupport());
969 SkASSERT(gpu()->glCaps().maxFixedFunctionTextureCoords() >= fNumTexCoordSets);