Lines Matching defs:config
1188 bool GrGLCaps::getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const {
1189 if (GrPixelConfigIsCompressed(config)) {
1192 *internalFormat = fConfigTable[config].fFormats.fInternalFormatRenderbuffer;
1729 GrPixelConfig config = static_cast<GrPixelConfig>(i);
1730 if (GrPixelConfigIsAlphaOnly(config) &&