HomeSort by relevance Sort by last modified time
    Searched refs:GL_UNSIGNED_SHORT_5_5_5_1 (Results 26 - 50 of 269) sorted by null

12 3 4 5 6 7 8 91011

  /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 213 case GL_UNSIGNED_SHORT_5_5_5_1: ti = 3; break;
229 type != GL_UNSIGNED_SHORT_5_5_5_1 && type != GL_UNSIGNED_SHORT_5_6_5) {
236 type == GL_UNSIGNED_SHORT_5_5_5_1) && format != GL_RGBA) {
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp 53 InsertFormatMapping(&map, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, GL_RGB5_A1, WriteColor<R5G5B5A1, GLfloat> );
185 InsertTypeInfo(&map, GL_UNSIGNED_SHORT_5_5_5_1, 2, true );
392 map.insert(InternalFormatInfoPair(GL_RGB5_A1, RGBAFormat( 5, 5, 5, 1, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_NORMALIZED, false, RequireESVersion<2>, AlwaysSupported, AlwaysSupported)));
    [all...]
validationES3.cpp 63 InsertES3FormatCombo(&set, GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 );
126 InsertES3FormatCombo(&set, GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 );
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_unittest.cc 167 kWidth, kHeight, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 1, &size,
gles2_cmd_utils_implementation_autogen.h 622 0x8034, "GL_UNSIGNED_SHORT_5_5_5_1",
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 62 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1),
es3fNegativeTextureApiTests.cpp     [all...]
es3fReadPixelsTests.cpp 219 case GL_UNSIGNED_SHORT_5_5_5_1:
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 97 case TextureFormat::UNORM_SHORT_5551: type = GL_UNSIGNED_SHORT_5_5_5_1; break;
292 case GL_UNSIGNED_SHORT_5_5_5_1: return TextureFormat::UNORM_SHORT_5551;
    [all...]
gluStrUtil.inl 33 case GL_UNSIGNED_SHORT_5_5_5_1: return "GL_UNSIGNED_SHORT_5_5_5_1";
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp     [all...]
es31fTextureFormatTests.cpp 408 { "rgba_unsigned_short_5_5_5_1", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 },
  /external/chromium_org/gpu/command_buffer/service/
feature_info_unittest.cc 148 GL_UNSIGNED_SHORT_5_5_5_1,
177 GL_UNSIGNED_SHORT_5_5_5_1,
193 GL_UNSIGNED_SHORT_5_5_5_1,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 406 && type != GL_UNSIGNED_SHORT_5_5_5_1
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 519 { "rgba_ushort5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 },
  /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/chromium_org/third_party/mesa/src/src/mesa/main/
formats.c     [all...]
pack.c 666 case GL_UNSIGNED_SHORT_5_5_5_1:
    [all...]
  /external/deqp/modules/gles2/functional/
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...]
  /external/mesa3d/src/mesa/main/
formats.c     [all...]
pack.c 666 case GL_UNSIGNED_SHORT_5_5_5_1:
    [all...]
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 357 case CREATE_TEXTURE2D_RGBA5_A1: img = createTexture2D(ref, GL_TEXTURE_2D, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1); break;
444 case GL_UNSIGNED_SHORT_5_5_5_1:
445 return "GL_UNSIGNED_SHORT_5_5_5_1";
    [all...]

Completed in 1098 milliseconds

12 3 4 5 6 7 8 91011