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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
H A DGLESTextureUtils.cpp38 case GL_RGB: return sizeof(char) * 3;
67 case GL_RGB: return sizeof(unsigned char) * 3;
164 case GL_RGB: return sizeof(float) * 3;
184 case GL_RGB: return sizeof(unsigned short) * 3;
H A DglUtils.cpp524 case GL_RGB:
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A DGLESv2Validation.cpp233 case GL_RGB:
496 case GL_RGB:
635 f(GL_RGB) \
708 case GL_RGB:
H A DGL2Encoder.cpp2582 case GL_RGB:
/device/generic/goldfish-opengl/system/gralloc/
H A Dgralloc.cpp524 glFormat = GL_RGB;
531 // (previously, it was still GL_RGB)
588 glFormat = GL_RGB;
597 glFormat = GL_RGB;
725 allocFormat = GL_RGB;
/device/generic/goldfish-opengl/system/egl/
H A DeglDisplay.cpp545 if (alphaSize == 0) *format = GL_RGB;
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h363 #define GL_RGB 0x1907 macro
/device/generic/goldfish-opengl/system/include/GLES2/
H A Dgl2.h206 #define GL_RGB 0x1907 macro
/device/generic/goldfish-opengl/system/include/GLES3/
H A Dgl3.h206 #define GL_RGB 0x1907 macro
H A Dgl31.h206 #define GL_RGB 0x1907 macro

Completed in 38 milliseconds