Home
last modified time | relevance | path

Searched refs:glUtilsPixelBitSize (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl.attrib36 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
40 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
DrenderControl_enc.cpp860 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()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h68 int glUtilsPixelBitSize(GLenum format, GLenum type);
DglUtils.cpp475 int glUtilsPixelBitSize(GLenum format, GLenum type) in glUtilsPixelBitSize() function
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp484 const int bpp = glUtilsPixelBitSize(cb.glFormat, cb.glType) >> 3; in unlockHostImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp382 const int bpp = glUtilsPixelBitSize(handle.glFormat, handle.glType) >> 3; in unlock_impl()
Dgralloc_old.cpp485 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3; in updateHostColorBuffer()