/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 111 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16); in main()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 125 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16); in main()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 212 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break; in convertGLPixelFormat() 228 if (type != GL_UNSIGNED_BYTE && type != GL_UNSIGNED_SHORT_4_4_4_4 && in validFormatType() 235 if ((type == GL_UNSIGNED_SHORT_4_4_4_4 || in validFormatType() 1094 type = GL_UNSIGNED_SHORT_4_4_4_4; in glCompressedTexImage2D() 1344 type = GL_UNSIGNED_SHORT_4_4_4_4; in glCopyTexImage2D()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 252 int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field
|
/frameworks/base/libs/hwui/ |
D | LayerRenderer.cpp | 389 type = GL_UNSIGNED_SHORT_4_4_4_4; in copyLayer()
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 251 int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 254 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field in GLES10
|
D | GLES20.java | 160 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field in GLES20
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 665 case GL_UNSIGNED_SHORT_4_4_4_4: in checkFormat() 704 return GL_UNSIGNED_SHORT_4_4_4_4; in getType()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 331 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 142 GL_UNSIGNED_SHORT_4_4_4_4, p); in initTexture()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 254 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
D | GLES20Header.java-if | 160 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 374 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 210 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_fixup.cpp | 80 case GL_UNSIGNED_SHORT_4_4_4_4: in getBytesPerTexel()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 210 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
D | gl31.h | 210 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 64 case RS_TYPE_UNSIGNED_4_4_4_4: return GL_UNSIGNED_SHORT_4_4_4_4; in rsdTypeToGLType()
|
/frameworks/native/opengl/libs/ |
D | enums.in | 212 GL_ENUM(0x8033,GL_UNSIGNED_SHORT_4_4_4_4)
|
/frameworks/base/api/ |
D | current.txt | 20468 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 21388 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 54922 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033
|
D | system-current.txt | 22412 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 23332 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 57528 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033
|