Searched refs:GrDawnFormatIsRenderable (Results 1 – 3 of 3) sorted by relevance
16 bool GrDawnFormatIsRenderable(wgpu::TextureFormat format);
79 return GrDawnFormatIsRenderable(dawnFormat); in isFormatRenderable()105 return GrDawnFormatIsRenderable(dawnFormat) ? 1 : 0; in getRenderTargetSampleCount()
37 bool GrDawnFormatIsRenderable(wgpu::TextureFormat format) { in GrDawnFormatIsRenderable() function