Lines Matching defs:config
1368 bool GrGLCaps::getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const {
1369 if (GrPixelConfigIsCompressed(config)) {
1372 *internalFormat = fConfigTable[config].fFormats.fInternalFormatRenderbuffer;
2024 GrPixelConfig config = static_cast<GrPixelConfig>(i);
2025 if (GrPixelConfigIsAlphaOnly(config) &&
2072 // If the src is a texture, we can implement the blit as a draw assuming the config is
2074 if (src->asTexture() && this->isConfigRenderable(src->config(), false)) {
2077 desc->fConfig = src->config();
2097 if (this->bgraIsInternalFormat() && kBGRA_8888_GrPixelConfig == src->config()) {
2098 // glCopyTexSubImage2D doesn't work with this config. If the bgra can be used with fbo blit
2112 if (this->canConfigBeFBOColorAttachment(src->config())) {
2114 desc->fConfig = src->config();
2121 desc->fConfig = src->config();