Searched refs:GrDawnBytesPerBlock (Results 1 – 4 of 4) sorted by relevance
14 size_t GrDawnBytesPerBlock(wgpu::TextureFormat format);
10 size_t GrDawnBytesPerBlock(wgpu::TextureFormat format) { in GrDawnBytesPerBlock() function
392 size_t bpp = GrDawnBytesPerBlock(info.fFormat); in onClearBackendTexture()
132 return GrDawnBytesPerBlock(dawnFormat); in GrBackendFormatBytesPerBlock()