Searched refs:GL_UNSIGNED_SHORT_4_4_4_4 (Results 1 - 17 of 17) sorted by relevance
/frameworks/native/opengl/tests/textures/ |
H A D | textures.cpp | 110 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 D | filter.cpp | 123 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | GLES10Header.java-if | 254 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
H A D | GLES20Header.java-if | 160 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
/frameworks/native/opengl/libagl/ |
H A D | texture.cpp | 212 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 D | util.cpp | 578 case GL_UNSIGNED_SHORT_4_4_4_4: 617 return GL_UNSIGNED_SHORT_4_4_4_4;
|
/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 133 GL_UNSIGNED_SHORT_4_4_4_4, p);
|
/frameworks/base/libs/hwui/ |
H A D | LayerRenderer.cpp | 394 type = GL_UNSIGNED_SHORT_4_4_4_4;
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 254 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field in class:GLES10
|
H A D | GLES20.java | 160 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 D | GL10.java | 252 int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field in interface:GL10
|
/frameworks/native/opengl/include/GLES/ |
H A D | gl.h | 374 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/native/opengl/include/GLES2/ |
H A D | gl2.h | 254 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
H A D | gltrace_fixup.cpp | 38 When type is one of GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_4_4_4_4, or 53 case GL_UNSIGNED_SHORT_4_4_4_4:
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | gl.h | 331 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/native/opengl/include/GLES3/ |
H A D | gl3.h | 278 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/rs/driver/ |
H A D | rsdAllocation.cpp | 65 case RS_TYPE_UNSIGNED_4_4_4_4: return GL_UNSIGNED_SHORT_4_4_4_4;
|
Completed in 108 milliseconds