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

/frameworks/base/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/base/opengl/java/android/opengl/
H A DTexture.java129 gl.GL_UNSIGNED_SHORT_5_6_5,
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/base/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.cpp135 GL_UNSIGNED_SHORT_5_6_5, p);
194 GL_UNSIGNED_SHORT_5_6_5, 0);
196 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, p);
199 GL_UNSIGNED_SHORT_5_6_5, p);
/frameworks/base/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.cpp231 GL_UNSIGNED_SHORT_5_6_5, bitmap->getPixels());
H A DLayerRenderer.cpp363 type = GL_UNSIGNED_SHORT_5_6_5;
/frameworks/base/opengl/tests/filter/
H A Dfilter.cpp119 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
/frameworks/base/opengl/libagl/
H A Dtexture.cpp212 case GL_UNSIGNED_SHORT_5_6_5: ti = 1; break;
230 type != GL_UNSIGNED_SHORT_5_5_5_1 && type != GL_UNSIGNED_SHORT_5_6_5) {
233 if (type == GL_UNSIGNED_SHORT_5_6_5 && format != GL_RGB) {
1090 type = GL_UNSIGNED_SHORT_5_6_5;
1339 type = GL_UNSIGNED_SHORT_5_6_5;
1492 if ((type != GL_UNSIGNED_BYTE) && (type != GL_UNSIGNED_SHORT_5_6_5)) {
1508 } else if ((format == GL_RGB) && (type == GL_UNSIGNED_SHORT_5_6_5)) {
H A Dstate.cpp415 params[0] = GL_UNSIGNED_SHORT_5_6_5;
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddbgcontext.cpp96 case GL_UNSIGNED_SHORT_5_6_5:
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp573 case GL_UNSIGNED_SHORT_5_6_5:
617 return GL_UNSIGNED_SHORT_5_6_5;
/frameworks/base/libs/rs/driver/
H A DrsdAllocation.cpp47 case RS_TYPE_UNSIGNED_5_6_5: 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/base/opengl/libs/GLES2_dbg/test/
H A Dtest_socket.cpp336 static const GLenum _format = GL_RGB, _type = GL_UNSIGNED_SHORT_5_6_5;
/frameworks/base/opengl/include/GLES/
H A Dgl.h376 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h256 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h333 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.cpp280 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, wormholeTexData);
290 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData);

Completed in 423 milliseconds