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

1 2 3 4 5 6 7 8 91011

  /external/mesa3d/src/glx/
compsize.c 49 case GL_UNSIGNED_SHORT_4_4_4_4:
109 case GL_UNSIGNED_SHORT_4_4_4_4:
  /external/deqp/modules/gles2/performance/
es2pTextureFormatTests.cpp 61 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 },
  /external/mesa3d/src/mesa/main/
glformats.c 43 case GL_UNSIGNED_SHORT_4_4_4_4:
136 case GL_UNSIGNED_SHORT_4_4_4_4:
260 case GL_UNSIGNED_SHORT_4_4_4_4:
427 case GL_UNSIGNED_SHORT_4_4_4_4:
1048 case GL_UNSIGNED_SHORT_4_4_4_4:
    [all...]
texcompress_cpal.c 56 { GL_PALETTE4_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 16, 2 },
61 { GL_PALETTE8_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 256, 2 },
  /external/deqp/modules/gles2/functional/
es2fNegativeBufferApiTests.cpp 165 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]);
197 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]);
199 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]);
es2fTextureSpecificationTests.cpp     [all...]
es2fFboCompletenessTests.cpp 55 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4),
es2fTextureSizeTests.cpp 368 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 },
es2fTextureWrapTests.cpp 277 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 },
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 68 case GL_UNSIGNED_SHORT_4_4_4_4:
radeon_texture.c 353 case GL_UNSIGNED_SHORT_4_4_4_4:
368 case GL_UNSIGNED_SHORT_4_4_4_4:
  /frameworks/base/libs/hwui/
Readback.cpp 73 type = GL_UNSIGNED_SHORT_4_4_4_4;
LayerRenderer.cpp 389 type = GL_UNSIGNED_SHORT_4_4_4_4;
  /frameworks/native/opengl/tests/textures/
textures.cpp 111 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 385 case GL_UNSIGNED_SHORT_4_4_4_4:
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
Gdx2DPixmap.java 70 return GL20.GL_UNSIGNED_SHORT_4_4_4_4;
  /frameworks/native/opengl/tests/filter/
filter.cpp 125 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 254 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
GLES20Header.java-if 160 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 220 case GL_UNSIGNED_SHORT_4_4_4_4:
  /frameworks/native/opengl/libagl/
texture.cpp 205 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break;
221 if (type != GL_UNSIGNED_BYTE && type != GL_UNSIGNED_SHORT_4_4_4_4 &&
228 if ((type == GL_UNSIGNED_SHORT_4_4_4_4 ||
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 61 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4),
es3fTextureSizeTests.cpp 368 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 },
es3fNegativeTextureApiTests.cpp     [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 659 case GL_UNSIGNED_SHORT_4_4_4_4:
698 return GL_UNSIGNED_SHORT_4_4_4_4;
    [all...]

Completed in 3052 milliseconds

1 2 3 4 5 6 7 8 91011