Searched refs:GrPixelConfigIsOpaque (Results 1 – 5 of 5) sorted by relevance
48 !GrPixelConfigIsOpaque(this->asSurfaceProxy()->config())) { in readPixels()
278 if (GrPixelConfigIsOpaque(config)) { in ModulateForClampedSamplerOptFlags()
190 uint32_t cmp = GrPixelConfigIsOpaque(desc.fConfig) ? 0xFF000000 : 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()224 uint32_t cmp = GrPixelConfigIsOpaque(desc.fConfig) ? 0xFF000000 : 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
197 auto opaque = fPatches[0].fColor.isOpaque() && GrPixelConfigIsOpaque(fProxy->config()) in finalize()
1049 static inline bool GrPixelConfigIsOpaque(GrPixelConfig config) { in GrPixelConfigIsOpaque() function