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

/frameworks/base/opengl/tests/textures/
H A Dtextures.cpp110 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
/frameworks/base/opengl/tests/filter/
H A Dfilter.cpp123 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
/frameworks/base/opengl/libagl/
H A Dtexture.cpp213 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break;
229 if (type != GL_UNSIGNED_BYTE && type != GL_UNSIGNED_SHORT_4_4_4_4 &&
236 if ((type == GL_UNSIGNED_SHORT_4_4_4_4 ||
1095 type = GL_UNSIGNED_SHORT_4_4_4_4;
1345 type = GL_UNSIGNED_SHORT_4_4_4_4;
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp367 type = GL_UNSIGNED_SHORT_4_4_4_4;
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddbgcontext.cpp97 case GL_UNSIGNED_SHORT_4_4_4_4:
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp572 case GL_UNSIGNED_SHORT_4_4_4_4:
611 return GL_UNSIGNED_SHORT_4_4_4_4;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp127 GL_UNSIGNED_SHORT_4_4_4_4, p);
/frameworks/base/libs/rs/driver/
H A DrsdAllocation.cpp49 case RS_TYPE_UNSIGNED_4_4_4_4: return 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/base/opengl/include/GLES/
H A Dgl.h374 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h254 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h331 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro

Completed in 2851 milliseconds