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.cpp214 case GL_UNSIGNED_SHORT_5_5_5_1: ti = 3; break;
230 type != GL_UNSIGNED_SHORT_5_5_5_1 && type != GL_UNSIGNED_SHORT_5_6_5) {
237 type == GL_UNSIGNED_SHORT_5_5_5_1) && format != GL_RGBA) {
1100 type = GL_UNSIGNED_SHORT_5_5_5_1;
1342 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.h375 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034 macro
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h255 #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 112 milliseconds