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

1 2 3 4 5 6 7 8

  /frameworks/base/libs/hwui/
RenderBuffer.h 138 case GL_RGB5_A1:
174 case GL_RGB5_A1:
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES2.cpp 534 colorbufferFormat != GL_RGB5_A1 &&
547 colorbufferFormat != GL_RGB5_A1 &&
560 colorbufferFormat != GL_RGB5_A1 &&
572 colorbufferFormat != GL_RGB5_A1 &&
583 colorbufferFormat != GL_RGB5_A1 &&
593 colorbufferFormat != GL_RGB5_A1 &&
622 colorbufferFormat != GL_RGB5_A1 &&
636 colorbufferFormat != GL_RGB5_A1 &&
650 colorbufferFormat != GL_RGB5_A1 &&
663 colorbufferFormat != GL_RGB5_A1 &
    [all...]
validationES3.cpp 56 InsertES3FormatCombo(&set, GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_BYTE );
62 InsertES3FormatCombo(&set, GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV );
63 InsertES3FormatCombo(&set, GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 );
615 list.push_back(EffectiveInternalFormatInfo(GL_RGB5_A1, GL_NONE, 5, 5, 5, 5, 5, 5, 1, 1));
    [all...]
  /external/deqp/modules/gles3/performance/
es3pTextureFormatTests.cpp 69 { "rgb5_a1", GL_RGB5_A1, },
  /external/deqp/modules/gles2/functional/
es2fRboStateQueryTests.cpp 167 GL_RGBA4, GL_RGB5_A1, GL_RGB565
207 { GL_RGB5_A1, 5, 5, 5, 1 },
es2fFboCompletenessTests.cpp 45 GL_RGBA4, GL_RGB5_A1, GL_RGB565,
  /external/chromium_org/gpu/command_buffer/service/
renderbuffer_manager.cc 184 case GL_RGB5_A1:
gles2_cmd_validation_implementation_autogen.h 258 GL_RGBA4, GL_RGB565, GL_RGB5_A1, GL_DEPTH_COMPONENT16, GL_STENCIL_INDEX8,
327 GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_ALPHA8_EXT,
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 190 { "rgb5_a1", GL_RGB5_A1, false },
es3fFboTestCase.cpp 167 case GL_RGB5_A1:
278 case GL_RGB5_A1:
es3fRboStateQueryTests.cpp 183 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2,
230 { GL_RGB5_A1, 5, 5, 5, 1 },
es3fFboMultisampleTests.cpp 267 GL_RGB5_A1,
es3fFboCompletenessTests.cpp 49 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 171 case GL_RGB5_A1:
283 case GL_RGB5_A1:
es31fFboColorbufferTests.cpp 284 GL_RGB5_A1,
es31fInternalFormatQueryTests.cpp 366 { "rgb5_a1", GL_RGB5_A1, FormatSamplesCase::FORMAT_COLOR },
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 466 case GL_RGB5_A1:
681 case GL_RGB5_A1:
gles2_cmd_utils_unittest.cc 225 EXPECT_EQ(2u, GLES2Util::RenderbufferBytesPerPixel(GL_RGB5_A1));
gles2_cmd_utils_implementation_autogen.h     [all...]
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 60 GL_RGB5_A1,
gluTextureUtil.cpp 142 case FMT_CASE(RGBA, UNORM_SHORT_5551): return GL_RGB5_A1;
355 case GL_RGB5_A1: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551);
443 case GL_RGB5_A1:
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 88 int GL_RGB5_A1 = 0x8057;
  /external/deqp/modules/egl/
teglImageTests.cpp 383 case GL_RGB5_A1: return "rgb5_a1";
682 GL_RGB5_A1,
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 296 public static final int GL_RGB5_A1 = 0x8057;
  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 32 case GL_RGB5_A1:

Completed in 654 milliseconds

1 2 3 4 5 6 7 8