Searched refs:GrBackendFormatBytesPerPixel (Results 1 – 6 of 6) sorted by relevance
22 size_t GrBackendFormatBytesPerPixel(const GrBackendFormat& format);
41 GrBackendFormatBytesPerPixel(format); in ComputeSize()
150 size_t GrBackendFormatBytesPerPixel(const GrBackendFormat& format) { in GrBackendFormatBytesPerPixel() function
274 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()
1352 if (GrBackendFormatBytesPerPixel(texture->backendFormat()) != bpp) {1388 if (GrBackendFormatBytesPerPixel(surface->backendFormat()) != bpp) {
543 if (GrBackendFormatBytesPerPixel(texture->backendFormat()) != bpp) { in onTransferPixelsTo()