Home
last modified time | relevance | path

Searched refs:GL_RGB (Results 1 – 13 of 13) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp42 case GL_RGB: return sizeof(char) * 3; in computePixelSize()
71 case GL_RGB: return sizeof(unsigned char) * 3; in computePixelSize()
168 case GL_RGB: return sizeof(float) * 3; in computePixelSize()
188 case GL_RGB: return sizeof(unsigned short) * 3; in computePixelSize()
DglUtils.cpp529 case GL_RGB: in glUtilsPixelBitSize()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.cpp232 case GL_RGB: in readPixelsFormat()
500 case GL_RGB: in unsizedFormat()
639 f(GL_RGB) \
712 case GL_RGB: in pixelFormat()
DGL2Encoder.cpp2832 case GL_RGB: in isCompleteFbo()
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp132 glFormat = GL_RGB; in allocateImpl()
357 (PixelFormat::RGBX_8888 == format) ? GL_RGB : glFormat; in allocateCb()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp557 glFormat = GL_RGB; in gralloc_alloc()
622 glFormat = GL_RGB; in gralloc_alloc()
824 (HAL_PIXEL_FORMAT_RGBX_8888 == format) ? GL_RGB : glFormat; in alloc_buffer()
Dgralloc_old.cpp676 glFormat = GL_RGB; in gralloc_alloc()
751 glFormat = GL_RGB; in gralloc_alloc()
870 allocFormat = GL_RGB; in gralloc_alloc()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp609 if (alphaSize == 0) *format = GL_RGB; in getConfigGLPixelFormat()
/device/generic/opengl-transport/host/libs/virglrenderer/
DAVDVirglRenderer.cpp961 format = GL_RGB; in virgl_renderer_resource_get_info()
964 format = GL_RGB; in virgl_renderer_resource_get_info()
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h363 #define GL_RGB 0x1907 macro
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h206 #define GL_RGB 0x1907 macro
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h206 #define GL_RGB 0x1907 macro
Dgl31.h206 #define GL_RGB 0x1907 macro