Searched refs:GrPixelConfigToDawnFormat (Results 1 – 4 of 4) sorted by relevance
16 bool GrPixelConfigToDawnFormat(GrPixelConfig config, dawn::TextureFormat* format);
31 bool GrPixelConfigToDawnFormat(GrPixelConfig config, dawn::TextureFormat* format) { in GrPixelConfigToDawnFormat() function
162 if (!GrPixelConfigToDawnFormat(config, &format)) { in onGetDefaultBackendFormat()
321 SkAssertResult(GrPixelConfigToDawnFormat(fRenderTarget->config(), &colorFormat)); in applyState()