Searched refs:GrPixelConfigIsAlphaOnly (Results 1 – 5 of 5) sorted by relevance
211 if (GrPixelConfigIsAlphaOnly(proxy->config())) { in draw_texture()
1054 if (GrPixelConfigIsAlphaOnly(config)) { in drawSpecial()
232 bool isAlphaOnly = GrPixelConfigIsAlphaOnly(config); in asFragmentProcessor()
940 static constexpr bool GrPixelConfigIsAlphaOnly(GrPixelConfig config) { in GrPixelConfigIsAlphaOnly() function
1049 REPORTER_ASSERT(reporter, expectAlpha == GrPixelConfigIsAlphaOnly(proxy->config())); in DEF_GPUTEST()