HomeSort by relevance Sort by last modified time
    Searched refs:glUtilsPixelBitSize (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.h 62 int glUtilsPixelBitSize(GLenum format, GLenum type);
glUtils.cpp 447 int glUtilsPixelBitSize(GLenum format, GLenum type)
475 ERR("glUtilsPixelBitSize: unknown pixel type - assuming pixel data 0\n");
506 ERR("glUtilsPixelBitSize: unknown pixel format...\n");
  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_enc.cpp 858 const unsigned int __size_pixels = (((glUtilsPixelBitSize(format, type) * width) >> 3) * height);
    [all...]
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 328 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3;
    [all...]

Completed in 83 milliseconds