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

1 2 3 4 5 6 7 8 91011

  /external/mesa3d/src/glx/
compsize.c 51 case GL_UNSIGNED_SHORT_5_5_5_1:
111 case GL_UNSIGNED_SHORT_5_5_5_1:
  /external/deqp/modules/gles2/performance/
es2pTextureFormatTests.cpp 62 { "rgba5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 },
es2pTextureUploadTests.cpp 519 { "rgba_ushort5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 },
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 57 case GL_UNSIGNED_SHORT_5_5_5_1:
72 case GL_UNSIGNED_SHORT_5_5_5_1:
radeon_texture.c 356 case GL_UNSIGNED_SHORT_5_5_5_1:
371 case GL_UNSIGNED_SHORT_5_5_5_1:
  /external/mesa3d/src/mesa/main/
glformats.c 45 case GL_UNSIGNED_SHORT_5_5_5_1:
138 case GL_UNSIGNED_SHORT_5_5_5_1:
262 case GL_UNSIGNED_SHORT_5_5_5_1:
428 case GL_UNSIGNED_SHORT_5_5_5_1:
1050 case GL_UNSIGNED_SHORT_5_5_5_1:
    [all...]
texcompress_cpal.c 57 { GL_PALETTE4_RGB5_A1_OES, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 16, 2 },
62 { GL_PALETTE8_RGB5_A1_OES, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 256, 2 }
formats.c     [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeBufferApiTests.cpp 201 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]);
203 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]);
es2fFboCompletenessTests.cpp 56 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1),
es2fTextureUnitTests.cpp 88 GL_UNSIGNED_SHORT_5_5_5_1,
661 else if (params.dataType == GL_UNSIGNED_SHORT_4_4_4_4 || params.dataType == GL_UNSIGNED_SHORT_5_5_5_1)
    [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 386 case GL_UNSIGNED_SHORT_5_5_5_1:
  /frameworks/native/opengl/tests/filter/
filter.cpp 133 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, t5551);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 255 public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034;
GLES20Header.java-if 161 public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 226 case GL_UNSIGNED_SHORT_5_5_5_1:
  /frameworks/native/opengl/libagl/
texture.cpp 206 case GL_UNSIGNED_SHORT_5_5_5_1: ti = 3; break;
222 type != GL_UNSIGNED_SHORT_5_5_5_1 && type != GL_UNSIGNED_SHORT_5_6_5) {
229 type == GL_UNSIGNED_SHORT_5_5_5_1) && format != GL_RGBA) {
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 62 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1),
es3fNegativeTextureApiTests.cpp     [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 419 { "rgba_unsigned_short_5_5_5_1", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 },
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 164 public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034;
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 255 public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 253 int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034;
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 105 case TextureFormat::UNORM_SHORT_5551: type = GL_UNSIGNED_SHORT_5_5_5_1; break;
411 case GL_UNSIGNED_SHORT_5_5_5_1: return TextureFormat::UNORM_SHORT_5551;
    [all...]

Completed in 698 milliseconds

1 2 3 4 5 6 7 8 91011