HomeSort by relevance Sort by last modified time
    Searched refs:GL_RGB5_A1 (Results 1 - 25 of 191) 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/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/deqp/modules/egl/
teglAndroidUtil.cpp 73 case GL_RGB5_A1: return tcu::Android::internal::PIXEL_FORMAT_RGBA_5551;
teglImageTests.cpp 308 case GL_RGB5_A1: return "rgb5_a1";
533 GL_RGB5_A1,
545 GL_RGB5_A1,
teglImageFormatTests.cpp     [all...]
teglImageUtil.cpp 498 case GL_RGB5_A1:
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 190 { "rgb5_a1", GL_RGB5_A1, false },
es3fFboTestCase.cpp 167 case GL_RGB5_A1:
288 case GL_RGB5_A1:
es3fRboStateQueryTests.cpp 182 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2,
229 { 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,
es3fFboStateQueryTests.cpp 510 { GL_RGB5_A1, GL_UNSIGNED_NORMALIZED },
659 { GL_RGB5_A1, 5, 5, 5, 1 },
    [all...]
es3fPixelBufferObjectTests.cpp 646 GL_RGB5_A1,
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 172 case GL_RGB5_A1:
295 case GL_RGB5_A1:
es31fFboColorbufferTests.cpp 284 GL_RGB5_A1,
es31fInternalFormatQueryTests.cpp 385 { "rgb5_a1", GL_RGB5_A1, FormatSamplesCase::FORMAT_COLOR },
es31fTextureFilteringTests.cpp 489 { "rgb5_a1", GL_RGB5_A1 },
es31fTextureFormatTests.cpp 453 { "rgb5_a1", GL_RGB5_A1, },
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 87 GL_RGB5_A1,
gluTextureUtil.cpp 150 case FMT_CASE(RGBA, UNORM_SHORT_5551): return GL_RGB5_A1;
474 case GL_RGB5_A1: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551);
564 case GL_RGB5_A1:
    [all...]
gluStrUtil.inl     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 88 int GL_RGB5_A1 = 0x8057;
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 296 public static final int GL_RGB5_A1 = 0x8057;

Completed in 448 milliseconds

1 2 3 4 5 6 7 8