/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 105 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 | 205 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break; in convertGLPixelFormat() 221 if (type != GL_UNSIGNED_BYTE && type != GL_UNSIGNED_SHORT_4_4_4_4 && in validFormatType() 228 if ((type == GL_UNSIGNED_SHORT_4_4_4_4 || in validFormatType() 1083 type = GL_UNSIGNED_SHORT_4_4_4_4; in glCompressedTexImage2D() 1331 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/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 251 int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 640 return (type == GL_UNSIGNED_SHORT_4_4_4_4 && in checkInternalFormat() 693 return GL_UNSIGNED_SHORT_4_4_4_4; in getType()
|
/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 | 162 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field in GLES20
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 331 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/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 | 162 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 294 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 198 GL_UNSIGNED_SHORT_4_4_4_4, p); in initTexture()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 216 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 60 case RS_TYPE_UNSIGNED_4_4_4_4: return GL_UNSIGNED_SHORT_4_4_4_4; in rsdTypeToGLType()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 216 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
D | gl31.h | 218 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
D | gl32.h | 218 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 212 GL_ENUM(0x8033,GL_UNSIGNED_SHORT_4_4_4_4)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19235 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 20155 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 52157 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 31912 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 32832 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 76419 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033
|
/frameworks/base/api/ |
D | current.txt | 32056 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 32976 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 76563 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033
|