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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glx/
compsize.c 47 case GL_UNSIGNED_SHORT_5_6_5:
107 case GL_UNSIGNED_SHORT_5_6_5:
  /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);
  /external/deqp/modules/gles2/performance/
es2pTextureCountTests.cpp 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 },
es2pTextureFormatTests.cpp 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 },
es2pTextureFilteringTests.cpp 57 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 },
  /frameworks/native/opengl/tests/finish/
finish.cpp 85 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);
  /external/mesa3d/src/mesa/main/
glformats.c 41 case GL_UNSIGNED_SHORT_5_6_5:
134 case GL_UNSIGNED_SHORT_5_6_5:
253 case GL_UNSIGNED_SHORT_5_6_5:
429 case GL_UNSIGNED_SHORT_5_6_5:
1037 case GL_UNSIGNED_SHORT_5_6_5:
1175 case GL_UNSIGNED_SHORT_5_6_5:
    [all...]
texcompress_cpal.c 55 { GL_PALETTE4_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 16, 2 },
60 { GL_PALETTE8_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 256, 2 },
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 95 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 59 { GL_RGB , GL_UNSIGNED_SHORT_5_6_5 },
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 47 case GL_UNSIGNED_SHORT_5_6_5:
  /frameworks/base/libs/hwui/
Readback.cpp 69 type = GL_UNSIGNED_SHORT_5_6_5;
Texture.cpp 183 *outType = GL_UNSIGNED_SHORT_5_6_5;
  /frameworks/native/opengl/tests/textures/
textures.cpp 108 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /external/deqp/modules/gles2/functional/
es2fNegativeBufferApiTests.cpp 193 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]);
195 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]);
es2fFboCompletenessTests.cpp 57 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5)
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 384 case GL_UNSIGNED_SHORT_5_6_5:
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
Gdx2DPixmap.java 68 return GL20.GL_UNSIGNED_SHORT_5_6_5;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 928 fb_type[0] = GL_UNSIGNED_SHORT_5_6_5;
948 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
973 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
1013 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 167 GL_UNSIGNED_SHORT_5_6_5, p);
231 GL_UNSIGNED_SHORT_5_6_5, 0);
233 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, p);
236 GL_UNSIGNED_SHORT_5_6_5, p);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
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
  /frameworks/native/opengl/tests/filter/
filter.cpp 121 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.cpp 54 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData);
GLES20RenderEngine.cpp 59 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData);
  /frameworks/native/opengl/libagl/
texture.cpp 204 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) {
    [all...]

Completed in 378 milliseconds

1 2 3 4 5 6 7 8 91011>>