HomeSort by relevance Sort by last modified time
    Searched refs:GL_UNSIGNED_SHORT_5_6_5 (Results 1 - 25 of 47) sorted by null

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CompressedTextureActivity.java 95 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, input);
124 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, bis);
130 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, etc1Texture);
  /frameworks/base/opengl/tests/finish/
finish.cpp 84 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/libs/rs/
rsComponent.cpp 162 case RS_TYPE_UNSIGNED_5_6_5: return GL_UNSIGNED_SHORT_5_6_5;
rsAllocation.cpp 497 dstGLType == GL_UNSIGNED_SHORT_5_6_5 &&
505 dstGLType == GL_UNSIGNED_SHORT_5_6_5 &&
  /frameworks/base/opengl/java/android/opengl/
Texture.java 129 gl.GL_UNSIGNED_SHORT_5_6_5,
ETC1Util.java 40 * 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
GLES10.java 256 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363;
    [all...]
  /frameworks/base/opengl/tests/linetex/
linetex.cpp 94 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /frameworks/base/services/surfaceflinger/
LayerBlur.cpp 139 if (mReadFormat != GL_RGB || mReadType != GL_UNSIGNED_SHORT_5_6_5) {
163 if (mReadType == GL_UNSIGNED_SHORT_5_6_5) {
TextureManager.cpp 254 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, data);
279 GL_RGB, GL_UNSIGNED_SHORT_5_6_5,
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 129 GL_UNSIGNED_SHORT_5_6_5, p);
182 GL_UNSIGNED_SHORT_5_6_5, 0);
184 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, p);
187 GL_UNSIGNED_SHORT_5_6_5, p);
  /frameworks/base/opengl/tests/textures/
textures.cpp 107 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /frameworks/base/opengl/tests/filter/
filter.cpp 119 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /frameworks/base/opengl/libagl/
texture.cpp 212 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) {
    [all...]
state.cpp 412 params[0] = GL_UNSIGNED_SHORT_5_6_5;
  /external/skia/src/gl/
SkGL.cpp 147 *type = GL_UNSIGNED_SHORT_5_6_5;
  /frameworks/base/core/jni/android/opengl/
util.cpp 572 case GL_UNSIGNED_SHORT_5_6_5:
616 return GL_UNSIGNED_SHORT_5_6_5;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 254 int GL_UNSIGNED_SHORT_5_6_5 = 0x8363;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 795 support the GL_UNSIGNED_SHORT_5_6_5 texture format.
856 video->is_32bit ? GL_UNSIGNED_BYTE : GL_UNSIGNED_SHORT_5_6_5,
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 375 #define GL_UNSIGNED_SHORT_5_6_5 0x8363
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 255 #define GL_UNSIGNED_SHORT_5_6_5 0x8363
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl.c 334 type = GL_UNSIGNED_SHORT_5_6_5;
  /frameworks/base/opengl/include/GLES/
gl.h 376 #define GL_UNSIGNED_SHORT_5_6_5 0x8363
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 256 #define GL_UNSIGNED_SHORT_5_6_5 0x8363

Completed in 1311 milliseconds

1 2