Searched refs:GrBytesPerPixel (Results 1 – 4 of 4) sorted by relevance
198 return fWidth * fHeight * GrBytesPerPixel(fConfig); in sizeInBytes()
267 static inline size_t GrBytesPerPixel(GrPixelConfig config) { in GrBytesPerPixel() function
617 texDesc.fUploadByteCount = GrBytesPerPixel(desc.fConfig); in onCreatePlatformSurface()753 glDesc.fUploadByteCount = GrBytesPerPixel(desc.fFormat); in onCreateTexture()1283 size_t stride = width * GrBytesPerPixel(config); in onReadPixels()
291 int bpp = GrBytesPerPixel(desc.fFormat); in createAndLockTexture()