Searched refs:GL_UNSIGNED_SHORT_4_4_4_4 (Results 1 - 18 of 18) sorted by relevance

/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp111 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp125 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if254 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
H A DGLES20Header.java-if160 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
/frameworks/native/opengl/libagl/
H A Dtexture.cpp212 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break;
228 if (type != GL_UNSIGNED_BYTE && type != GL_UNSIGNED_SHORT_4_4_4_4 &&
235 if ((type == GL_UNSIGNED_SHORT_4_4_4_4 ||
1094 type = GL_UNSIGNED_SHORT_4_4_4_4;
1344 type = GL_UNSIGNED_SHORT_4_4_4_4;
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp578 case GL_UNSIGNED_SHORT_4_4_4_4:
617 return GL_UNSIGNED_SHORT_4_4_4_4;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp141 GL_UNSIGNED_SHORT_4_4_4_4, p);
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp392 type = GL_UNSIGNED_SHORT_4_4_4_4;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java254 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field in class:GLES10
H A DGLES20.java160 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java252 int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h374 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h210 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp65 When type is one of GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_4_4_4_4, or
80 case GL_UNSIGNED_SHORT_4_4_4_4:
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h331 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h210 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
H A Dgl31.h210 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
/frameworks/rs/driver/
H A DrsdAllocation.cpp65 case RS_TYPE_UNSIGNED_4_4_4_4: return GL_UNSIGNED_SHORT_4_4_4_4;

Completed in 341 milliseconds