Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl.attrib36 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
40 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
DrenderControl_enc.cpp916 const unsigned int __size_pixels = (((glUtilsPixelBitSize(format, type) * width) >> 3) * height); in rcReadColorBuffer_enc()
963 const unsigned int __size_pixels = (((glUtilsPixelBitSize(format, type) * width) >> 3) * height); in rcUpdateColorBuffer_enc()
/hardware/google/gfxstream/host/apigen-codec-common/
DglUtils.h37 int glUtilsPixelBitSize(GLenum format, GLenum type);
DglUtils.cpp401 int glUtilsPixelBitSize(GLenum format, GLenum type) in glUtilsPixelBitSize() function
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib39 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
47 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
/hardware/google/gfxstream/host/tests/
DGLSnapshotTestStateUtils.cpp82 glUtilsPixelBitSize(GL_RGBA /* format */, in getTextureImageData()
DGLSnapshotTestDispatch.cpp139 bytesPerPixel = glUtilsPixelBitSize(GL_RGBA, GL_UNSIGNED_BYTE) / 8; in testDraw()
DGLSnapshotTextures_unittest.cpp387 glUtilsPixelBitSize( in stateChange()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DglUtils.h71 int glUtilsPixelBitSize(GLenum format, GLenum type);
DglUtils.cpp924 int glUtilsPixelBitSize(GLenum format, GLenum type) in glUtilsPixelBitSize() function