/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/base/libs/hwui/ |
D | OpenGLReadback.cpp | 159 type = GL_UNSIGNED_SHORT_4_4_4_4; in copyTextureInto()
|
/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 | 636 return (type == GL_UNSIGNED_SHORT_4_4_4_4 && in checkInternalFormat() 688 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 | 160 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 | 160 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 | 170 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 | 59 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/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/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/config/ |
D | hiddenapi-public-dex.txt | 28128 Landroid/opengl/GLES10;->GL_UNSIGNED_SHORT_4_4_4_4:I 29040 Landroid/opengl/GLES20;->GL_UNSIGNED_SHORT_4_4_4_4:I 72185 Ljavax/microedition/khronos/opengles/GL10;->GL_UNSIGNED_SHORT_4_4_4_4:I
|
/frameworks/base/api/ |
D | current.txt | 29662 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 30582 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 71756 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033
|