Searched refs:GrPixelConfigIsOpaque (Results 1 – 7 of 7) sorted by relevance
50 if (GrPixelConfigIsOpaque(config)) { in ModulationFlags()
57 (GrPixelConfigIsOpaque(image->config()) in GrSimpleTextureEffect()
54 (GrPixelConfigIsOpaque(image->config()) ? kPreservesOpaqueInput_OptimizationFlag :
200 if (mode == GrTextureDomain::kDecal_Mode || !GrPixelConfigIsOpaque(config)) { in OptFlags()
195 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()
453 static inline bool GrPixelConfigIsOpaque(GrPixelConfig config) { in GrPixelConfigIsOpaque() function
456 : INHERITED(GrPixelConfigIsOpaque(color->config()) ? kPreservesOpaqueInput_OptimizationFlag in GrDisplacementMapEffect()