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

/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp85 512, 512, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, texels);
168 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
181 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &texel);
216 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.cpp95 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp108 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 DOpenGLReadback.cpp161 type = GL_UNSIGNED_SHORT_5_6_5;
H A DTexture.cpp213 *outType = GL_UNSIGNED_SHORT_5_6_5;
/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/tests/filter/
H A Dfilter.cpp121 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp204 case GL_UNSIGNED_SHORT_5_6_5: ti = 1; break;
222 type != GL_UNSIGNED_SHORT_5_5_5_1 && type != GL_UNSIGNED_SHORT_5_6_5) {
225 if (type == GL_UNSIGNED_SHORT_5_6_5 && format != GL_RGB) {
1082 type = GL_UNSIGNED_SHORT_5_6_5;
1331 type = GL_UNSIGNED_SHORT_5_6_5;
1484 if ((type != GL_UNSIGNED_BYTE) && (type != GL_UNSIGNED_SHORT_5_6_5)) {
1500 } 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/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if256 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363;
H A DGLES20Header.java-if162 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp191 GL_UNSIGNED_SHORT_5_6_5, p);
249 GL_UNSIGNED_SHORT_5_6_5, 0);
251 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, p);
254 GL_UNSIGNED_SHORT_5_6_5, p);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.cpp131 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp660 case GL_UNSIGNED_SHORT_5_6_5:
704 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/tests/angeles/include/GLES/
H A Dgl.h333 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h220 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
/frameworks/rs/driver/
H A DrsdAllocation.cpp55 case RS_TYPE_UNSIGNED_5_6_5: return GL_UNSIGNED_SHORT_5_6_5;
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h220 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
H A Dgl31.h220 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
H A Dgl32.h220 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro

Completed in 8325 milliseconds