Searched refs:glUtilsPixelBitSize (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl.attrib | 36 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height) 40 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
|
D | renderControl_enc.cpp | 916 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/ |
D | glUtils.h | 37 int glUtilsPixelBitSize(GLenum format, GLenum type);
|
D | glUtils.cpp | 401 int glUtilsPixelBitSize(GLenum format, GLenum type) in glUtilsPixelBitSize() function
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 39 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height) 47 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTestStateUtils.cpp | 82 glUtilsPixelBitSize(GL_RGBA /* format */, in getTextureImageData()
|
D | GLSnapshotTestDispatch.cpp | 139 bytesPerPixel = glUtilsPixelBitSize(GL_RGBA, GL_UNSIGNED_BYTE) / 8; in testDraw()
|
D | GLSnapshotTextures_unittest.cpp | 387 glUtilsPixelBitSize( in stateChange()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | glUtils.h | 71 int glUtilsPixelBitSize(GLenum format, GLenum type);
|
D | glUtils.cpp | 924 int glUtilsPixelBitSize(GLenum format, GLenum type) in glUtilsPixelBitSize() function
|