/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 85 512, 512, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, texels); in main() 168 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main() 181 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &texel); in main() 216 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 | 93 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 | 108 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 149 GL_UNSIGNED_SHORT_5_6_5, p); in initTexture() 213 GL_UNSIGNED_SHORT_5_6_5, 0); in initTexture() 215 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, p); in initTexture() 218 GL_UNSIGNED_SHORT_5_6_5, p); in initTexture()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 121 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 211 case GL_UNSIGNED_SHORT_5_6_5: ti = 1; break; in convertGLPixelFormat() 229 type != GL_UNSIGNED_SHORT_5_5_5_1 && type != GL_UNSIGNED_SHORT_5_6_5) { in validFormatType() 232 if (type == GL_UNSIGNED_SHORT_5_6_5 && format != GL_RGB) { in validFormatType() 1089 type = GL_UNSIGNED_SHORT_5_6_5; in glCompressedTexImage2D() 1338 type = GL_UNSIGNED_SHORT_5_6_5; in glCopyTexImage2D() 1491 if ((type != GL_UNSIGNED_BYTE) && (type != GL_UNSIGNED_SHORT_5_6_5)) { in glReadPixels() 1507 } else if ((format == GL_RGB) && (type == GL_UNSIGNED_SHORT_5_6_5)) { in glReadPixels()
|
D | state.cpp | 416 params[0] = GL_UNSIGNED_SHORT_5_6_5; in glGetIntegerv()
|
/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 | 162 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; field in GLES20
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES11RenderEngine.cpp | 60 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData); in GLES11RenderEngine()
|
D | GLES20RenderEngine.cpp | 65 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData); in GLES20RenderEngine()
|
/frameworks/base/libs/hwui/ |
D | TextureCache.cpp | 312 texture->width, texture->height, GL_UNSIGNED_SHORT_5_6_5, bitmap->getPixels()); in generateTexture()
|
D | LayerRenderer.cpp | 388 type = GL_UNSIGNED_SHORT_5_6_5; in copyLayer()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 254 int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; field
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 579 case GL_UNSIGNED_SHORT_5_6_5: in checkFormat() 623 return GL_UNSIGNED_SHORT_5_6_5; in getType()
|
/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 | 162 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363;
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 212 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 376 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_fixup.cpp | 79 case GL_UNSIGNED_SHORT_5_6_5: in getBytesPerTexel()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 212 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
|