Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp38 case GL_RGB: return sizeof(char) * 3; in computePixelSize()
67 case GL_RGB: return sizeof(unsigned char) * 3; in computePixelSize()
164 case GL_RGB: return sizeof(float) * 3; in computePixelSize()
184 case GL_RGB: return sizeof(unsigned short) * 3; in computePixelSize()
DglUtils.cpp495 case GL_RGB: in glUtilsPixelBitSize()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.cpp233 case GL_RGB: in readPixelsFormat()
496 case GL_RGB: in unsizedFormat()
635 f(GL_RGB) \
708 case GL_RGB: in pixelFormat()
DGL2Encoder.cpp2360 case GL_RGB: in isCompleteFbo()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp484 glFormat = GL_RGB; in gralloc_alloc()
489 glFormat = GL_RGB; in gralloc_alloc()
531 glFormat = GL_RGB; in gralloc_alloc()
540 glFormat = GL_RGB; in gralloc_alloc()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp537 if (alphaSize == 0) *format = GL_RGB; in getConfigGLPixelFormat()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h206 #define GL_RGB 0x1907 macro
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h363 #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