Home
last modified time | relevance | path

Searched refs:GrBackendFormatBytesPerPixel (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrBackendUtils.h22 size_t GrBackendFormatBytesPerPixel(const GrBackendFormat& format);
DGrSurface.cpp41 GrBackendFormatBytesPerPixel(format); in ComputeSize()
DGrBackendUtils.cpp150 size_t GrBackendFormatBytesPerPixel(const GrBackendFormat& format) { in GrBackendFormatBytesPerPixel() function
DGrDrawOpAtlas.cpp274 SkASSERT(GrBackendFormatBytesPerPixel(fViews[pageIdx].proxy()->backendFormat()) == in uploadToPage()
322 SkASSERT(GrBackendFormatBytesPerPixel(fViews[pageIdx].proxy()->backendFormat()) == in addToAtlas()
378 SkASSERT(GrBackendFormatBytesPerPixel(fViews[pageIdx].proxy()->backendFormat()) == in addToAtlas()
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm1352 if (GrBackendFormatBytesPerPixel(texture->backendFormat()) != bpp) {
1388 if (GrBackendFormatBytesPerPixel(surface->backendFormat()) != bpp) {
/external/skia/src/gpu/vk/
DGrVkGpu.cpp543 if (GrBackendFormatBytesPerPixel(texture->backendFormat()) != bpp) { in onTransferPixelsTo()