Home
last modified time | relevance | path

Searched refs:glUtilsPixelBitSize (Results 1 – 6 of 6) 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.cpp831 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()
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DglUtils.h57 int glUtilsPixelBitSize(GLenum format, GLenum type);
DglUtils.cpp372 int glUtilsPixelBitSize(GLenum format, GLenum type) in glUtilsPixelBitSize() function
DGLClientState.cpp232 int pixelsize = glUtilsPixelBitSize(format, type) >> 3; in pixelDataSize()
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp749 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3; in gralloc_unlock()