Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrBackendUtils.h22 size_t GrBackendFormatBytesPerPixel(const GrBackendFormat& format);
H A DGrSurface.cpp41 GrBackendFormatBytesPerPixel(format); in ComputeSize()
H A DGrBackendUtils.cpp162 size_t GrBackendFormatBytesPerPixel(const GrBackendFormat& format) { in GrBackendFormatBytesPerPixel() function
H A DGrDrawOpAtlas.cpp294 SkASSERT(GrBackendFormatBytesPerPixel(fViews[pageIdx].proxy()->backendFormat()) == in uploadToPage()
342 SkASSERT(GrBackendFormatBytesPerPixel(fViews[pageIdx].proxy()->backendFormat()) == in addToAtlas()
398 SkASSERT(GrBackendFormatBytesPerPixel(fViews[pageIdx].proxy()->backendFormat()) == in addToAtlas()
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp808 if (GrBackendFormatBytesPerPixel(texture->backendFormat()) != bpp) { in onTransferPixelsTo()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp574 if (GrBackendFormatBytesPerPixel(texture->backendFormat()) != bpp) { in onTransferPixelsTo()

Completed in 10 milliseconds