OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glUtilsPixelBitSize
(Results
1 - 8
of
8
) 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
227
int pixelsize =
glUtilsPixelBitSize
(format, type) >> 3;
/sdk/emulator/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
227
int pixelsize =
glUtilsPixelBitSize
(format, type) >> 3;
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_enc.cpp
461
const unsigned int __size_pixels = (((
glUtilsPixelBitSize
(format, type) * width) >> 3) * height);
485
const unsigned int __size_pixels = (((
glUtilsPixelBitSize
(format, type) * width) >> 3) * height);
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
751
int bpp =
glUtilsPixelBitSize
(cb->glFormat, cb->glType) >> 3;
Completed in 2581 milliseconds