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

/frameworks/base/libs/rs/
H A DrsComponent.cpp163 case RS_TYPE_UNSIGNED_5_5_5_1: return GL_UNSIGNED_SHORT_5_5_5_1;
/frameworks/base/opengl/tests/filter/
H A Dfilter.cpp131 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, t5551);
/frameworks/base/opengl/libagl/
H A Dtexture.cpp218 case GL_UNSIGNED_SHORT_5_5_5_1: ti = 3; break;
234 type != GL_UNSIGNED_SHORT_5_5_5_1 && type != GL_UNSIGNED_SHORT_5_6_5) {
241 type == GL_UNSIGNED_SHORT_5_5_5_1) && format != GL_RGBA) {
1118 type = GL_UNSIGNED_SHORT_5_5_5_1;
1360 type = GL_UNSIGNED_SHORT_5_5_5_1;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java255 public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034; field in class:GLES10
H A DGLES20.java161 public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java253 int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034; field in interface:GL10
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp573 case GL_UNSIGNED_SHORT_5_5_5_1:
/frameworks/base/opengl/include/GLES/
H A Dgl.h374 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034 macro
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h254 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034 macro
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h332 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034 macro

Completed in 28 milliseconds