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

/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp133 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, t5551);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if255 public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034;
H A DGLES20Header.java-if161 public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034;
/frameworks/native/opengl/libagl/
H A Dtexture.cpp213 case GL_UNSIGNED_SHORT_5_5_5_1: ti = 3; break;
229 type != GL_UNSIGNED_SHORT_5_5_5_1 && type != GL_UNSIGNED_SHORT_5_6_5) {
236 type == GL_UNSIGNED_SHORT_5_5_5_1) && format != GL_RGBA) {
1099 type = GL_UNSIGNED_SHORT_5_5_5_1;
1341 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.cpp580 case GL_UNSIGNED_SHORT_5_5_5_1:
/frameworks/native/opengl/include/GLES/
H A Dgl.h375 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h211 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034 macro
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp66 GL_UNSIGNED_SHORT_5_5_5_1, each unsigned short value is interpreted as containing all
81 case GL_UNSIGNED_SHORT_5_5_5_1:
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h332 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h211 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034 macro
H A Dgl31.h211 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034 macro
/frameworks/rs/driver/
H A DrsdAllocation.cpp64 case RS_TYPE_UNSIGNED_5_5_5_1: return GL_UNSIGNED_SHORT_5_5_5_1;

Completed in 75 milliseconds