Searched refs:GL_UNSIGNED_SHORT_5_6_5 (Results 1 - 21 of 21) sorted by relevance

/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp84 512, 512, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, texels);
167 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
180 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &texel);
215 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp94 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp141 GL_UNSIGNED_SHORT_5_6_5, p);
200 GL_UNSIGNED_SHORT_5_6_5, 0);
202 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, p);
205 GL_UNSIGNED_SHORT_5_6_5, p);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp107 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
/frameworks/base/libs/hwui/
H A DTextureCache.cpp250 GL_UNSIGNED_SHORT_5_6_5, bitmap->getPixels());
H A DLayerRenderer.cpp389 type = GL_UNSIGNED_SHORT_5_6_5;
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp119 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java40 * Can be either GL_UNSIGNED_SHORT_5_6_5, which implies 16-bits-per-pixel,
60 * Can be either GL_UNSIGNED_SHORT_5_6_5, which implies 16-bits-per-pixel,
69 if (! (fallbackType == GLES10.GL_UNSIGNED_SHORT_5_6_5
H A DGLES10.java256 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; field in class:GLES10
H A DGLES20.java162 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; field in class:GLES20
/frameworks/native/opengl/libagl/
H A Dtexture.cpp211 case GL_UNSIGNED_SHORT_5_6_5: ti = 1; break;
229 type != GL_UNSIGNED_SHORT_5_5_5_1 && type != GL_UNSIGNED_SHORT_5_6_5) {
232 if (type == GL_UNSIGNED_SHORT_5_6_5 && format != GL_RGB) {
1089 type = GL_UNSIGNED_SHORT_5_6_5;
1338 type = GL_UNSIGNED_SHORT_5_6_5;
1491 if ((type != GL_UNSIGNED_BYTE) && (type != GL_UNSIGNED_SHORT_5_6_5)) {
1507 } else if ((format == GL_RGB) && (type == GL_UNSIGNED_SHORT_5_6_5)) {
H A Dstate.cpp416 params[0] = GL_UNSIGNED_SHORT_5_6_5;
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp579 case GL_UNSIGNED_SHORT_5_6_5:
623 return GL_UNSIGNED_SHORT_5_6_5;
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java86 // GL_RGB GL_UNSIGNED_SHORT_5_6_5 16 bits per pixel (default)
90 ? GLES20.GL_UNSIGNED_BYTE : GLES20.GL_UNSIGNED_SHORT_5_6_5;
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java254 int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h376 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h256 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp38 When type is one of GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_4_4_4_4, or
52 case GL_UNSIGNED_SHORT_5_6_5:
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h333 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
/frameworks/rs/driver/
H A DrsdAllocation.cpp52 case RS_TYPE_UNSIGNED_5_6_5: return GL_UNSIGNED_SHORT_5_6_5;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp437 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData);

Completed in 3983 milliseconds