/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 84 512, 512, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, texels); in main() 167 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main() 180 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &texel); in main() 215 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 95 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 102 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 121 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
|
/frameworks/base/opengl/java/android/opengl/ |
D | ETC1Util.java | 69 if (! (fallbackType == GLES10.GL_UNSIGNED_SHORT_5_6_5 in loadTexture()
|
D | GLES10.java | 256 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; field in GLES10
|
D | GLES20.java | 164 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; field in GLES20
|
/frameworks/base/libs/hwui/ |
D | HardwareBitmapUploader.cpp | 356 formatInfo.type = GL_UNSIGNED_SHORT_5_6_5; in determineFormat()
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 562 return (type == GL_UNSIGNED_SHORT_5_6_5 && internalformat == GL_RGB); in checkInternalFormat() 616 return GL_UNSIGNED_SHORT_5_6_5; in getType()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 334 GL_UNSIGNED_SHORT_5_6_5, pixels); in initTexture() 389 GL_UNSIGNED_SHORT_5_6_5, nullptr); in initTexture() 391 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, pixels); in initTexture() 394 GL_UNSIGNED_SHORT_5_6_5, pixels); in initTexture()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 254 int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 253 int GL_UNSIGNED_SHORT_5_6_5 = 0x8363;
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
D | VideoDumpView.java | 90 ? GLES20.GL_UNSIGNED_BYTE : GLES20.GL_UNSIGNED_SHORT_5_6_5;
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 333 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 256 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363;
|
D | GLES20Header.java-if | 164 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 296 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 218 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 58 case RS_TYPE_UNSIGNED_5_6_5: return GL_UNSIGNED_SHORT_5_6_5; in rsdTypeToGLType()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 218 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
|
D | gl31.h | 220 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
|
D | gl32.h | 220 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 214 GL_ENUM(0x8363,GL_UNSIGNED_SHORT_5_6_5)
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19237 field public static final int GL_UNSIGNED_SHORT_5_6_5 = 33635; // 0x8363 20157 field public static final int GL_UNSIGNED_SHORT_5_6_5 = 33635; // 0x8363 52159 field public static final int GL_UNSIGNED_SHORT_5_6_5 = 33635; // 0x8363
|