OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glUtilsPixelBitSize
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.h
57
int
glUtilsPixelBitSize
(GLenum format, GLenum type);
glUtils.cpp
368
int
glUtilsPixelBitSize
(GLenum format, GLenum type)
396
ERR("
glUtilsPixelBitSize
: unknown pixel type - assuming pixel data 0\n");
427
ERR("
glUtilsPixelBitSize
: unknown pixel format...\n");
GLClientState.cpp
230
int pixelsize =
glUtilsPixelBitSize
(format, type) >> 3;
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_enc.cpp
463
const unsigned int __size_pixels = (((
glUtilsPixelBitSize
(format, type) * width) >> 3) * height);
487
const unsigned int __size_pixels = (((
glUtilsPixelBitSize
(format, type) * width) >> 3) * height);
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
750
int bpp =
glUtilsPixelBitSize
(cb->glFormat, cb->glType) >> 3;
Completed in 48 milliseconds