Searched refs:glUtilsPixelBitSize (Results 1 – 6 of 6) sorted by relevance
36 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)40 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
831 const unsigned int __size_pixels = (((glUtilsPixelBitSize(format, type) * width) >> 3) * height); in rcReadColorBuffer_enc()874 const unsigned int __size_pixels = (((glUtilsPixelBitSize(format, type) * width) >> 3) * height); in rcUpdateColorBuffer_enc()
57 int glUtilsPixelBitSize(GLenum format, GLenum type);
372 int glUtilsPixelBitSize(GLenum format, GLenum type) in glUtilsPixelBitSize() function
232 int pixelsize = glUtilsPixelBitSize(format, type) >> 3; in pixelDataSize()
749 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3; in gralloc_unlock()