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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DCompressedTextureActivity.java95 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, input);
124 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, bis);
130 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, etc1Texture);
/development/samples/BrowserPlugin/jni/
H A DRenderingThread.cpp120 return GL_RGB;
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
H A DglUtils.cpp416 case GL_RGB:
/development/tools/emulator/opengl/system/gralloc/
H A Dgralloc.cpp203 glFormat = GL_RGB;
208 glFormat = GL_RGB;
/development/tools/emulator/opengl/system/egl/
H A DeglDisplay.cpp490 else if ((redSize==8)&&(greenSize==8)&&(blueSize==8)&&(alphaSize==0)) *format = GL_RGB;
/development/ndk/platforms/android-4/include/GLES/
H A Dgl.h363 #define GL_RGB 0x1907 macro
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h247 #define GL_RGB 0x1907 macro

Completed in 270 milliseconds