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

1 2 3 4

  /external/deqp/modules/gles3/performance/
es3pTextureFormatTests.cpp 65 { "srgb8_alpha8", GL_SRGB8_ALPHA8, },
  /frameworks/base/libs/hwui/
Caches.h 129 * this function returns GL_SRGB8_ALPHA8, otherwise it returns GL_RGBA
132 return extensions().hasLinearBlending() && needSRGB ? GL_SRGB8_ALPHA8 : GL_RGBA;
Texture.cpp 44 case GL_SRGB8_ALPHA8:
338 internalFormat = GL_SRGB8_ALPHA8;
395 if (mConnector.get() != nullptr && mInternalFormat != GL_SRGB8_ALPHA8) {
GradientCache.cpp 263 GLint internalFormat = mHasLinearBlending ? GL_SRGB8_ALPHA8 : GL_RGBA;
  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.cpp 408 case GL_SRGB8_ALPHA8:
968 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGBA8, GL_RGB5_A1, GL_RGBA4, GL_SRGB8_ALPHA8)
1206 case GL_SRGB8_ALPHA8:
    [all...]
Framebuffer.cpp 591 case GL_SRGB8_ALPHA8: return GL_RGBA;
652 case GL_SRGB8_ALPHA8: return GL_UNSIGNED_BYTE;
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 194 { "srgb8_alpha8", GL_SRGB8_ALPHA8, false },
es3fFboTestCase.cpp 163 case GL_SRGB8_ALPHA8:
284 case GL_SRGB8_ALPHA8:
es3fRboStateQueryTests.cpp 183 GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI,
233 { GL_SRGB8_ALPHA8, 8, 8, 8, 8 },
es3fFboCompletenessTests.cpp 50 GL_RGB10_A2, GL_RGB10_A2UI, GL_SRGB8_ALPHA8,
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 168 case GL_SRGB8_ALPHA8:
297 case GL_SRGB8_ALPHA8:
es31fFboColorbufferTests.cpp 280 GL_SRGB8_ALPHA8,
es31fFboSRGBWriteControlTests.cpp 856 TextureSp textureSRGB(new TestTexture2D(m_context, GL_SRGB8_ALPHA8, GL_RGBA, GL_UNSIGNED_BYTE, getTestColorLinear()));
1063 if (fboConfigList[idx].textureInternalFormat == GL_SRGB8_ALPHA8)
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.cpp 136 case GL_SRGB8_ALPHA8:
553 case GL_SRGB8_ALPHA8:
765 f(GL_SRGB8_ALPHA8) \
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleDependenciesTests.cpp     [all...]
es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp 48 const glw::GLint color_renderable_internalformats[] = { GL_R8, GL_RGB565, GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I };
72 GL_SRGB8_ALPHA8,
83 /* GL_SRGB8_ALPHA8 is renderable according to spec - replaced with GL_SRGB8 */
    [all...]
es31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp 126 GL_SRGB8_ALPHA8,
480 /* GL_SRGB8_ALPHA8 is renderable according to spec - replaced with GL_SRGB8 */
790 const glw::GLenum internalformat_list[] = { GL_R8, GL_RGB565, GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I };
    [all...]
es31cTextureGatherTests.cpp 714 GLenum tex_type = InternalFormat() == GL_SRGB8_ALPHA8 ? GL_UNSIGNED_BYTE : GL_FLOAT;
    [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLESTextureUtils.cpp 71 case GL_SRGB8_ALPHA8:
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 102 GL_SRGB8_ALPHA8
  /cts/tests/tests/nativehardware/jni/
AHardwareBufferGLTest.cpp 122 case GL_SRGB8_ALPHA8:
165 case GL_SRGB8_ALPHA8: {
637 return format == AHARDWAREBUFFER_FORMAT_R8G8B8A8_UNORM || format == GL_SRGB8_ALPHA8;
758 if (desc.format == GL_SRGB8_ALPHA8 && mGLVersion < 30) {
759 ALOGI("Test skipped: GL_SRGB8_ALPHA8 requires GL ES 3.0, found %d.%d",
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 103 public static final int GL_SRGB8_ALPHA8 = 0x8C43;
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 167 case FMT_CASE(sRGBA, UNORM_INT8): return GL_SRGB8_ALPHA8;
491 case GL_SRGB8_ALPHA8: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNORM_INT8);
571 case GL_SRGB8_ALPHA8:
    [all...]
gluStrUtil.inl     [all...]
  /external/mesa3d/src/mesa/main/
glformats.c     [all...]

Completed in 1025 milliseconds

1 2 3 4