Home
last modified time | relevance | path

Searched refs:GrDawnBytesPerBlock (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/dawn/
DGrDawnUtil.h14 size_t GrDawnBytesPerBlock(wgpu::TextureFormat format);
DGrDawnUtil.cpp10 size_t GrDawnBytesPerBlock(wgpu::TextureFormat format) { in GrDawnBytesPerBlock() function
DGrDawnGpu.cpp392 size_t bpp = GrDawnBytesPerBlock(info.fFormat); in onClearBackendTexture()
/external/skia/src/gpu/
DGrBackendUtils.cpp132 return GrDawnBytesPerBlock(dawnFormat); in GrBackendFormatBytesPerBlock()