Searched refs:glUtilsPixelBitSize (Results 1 – 7 of 7) sorted by relevance
36 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)40 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
860 const unsigned int __size_pixels = (((glUtilsPixelBitSize(format, type) * width) >> 3) * height); in rcReadColorBuffer_enc()905 const unsigned int __size_pixels = (((glUtilsPixelBitSize(format, type) * width) >> 3) * height); in rcUpdateColorBuffer_enc()
68 int glUtilsPixelBitSize(GLenum format, GLenum type);
475 int glUtilsPixelBitSize(GLenum format, GLenum type) in glUtilsPixelBitSize() function
484 const int bpp = glUtilsPixelBitSize(cb.glFormat, cb.glType) >> 3; in unlockHostImpl()
382 const int bpp = glUtilsPixelBitSize(handle.glFormat, handle.glType) >> 3; in unlock_impl()
485 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3; in updateHostColorBuffer()