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

1 2 3 4 5 6 7

  /external/deqp/modules/gles3/performance/
es3pTextureFormatTests.cpp 65 { "srgb8_alpha8", GL_SRGB8_ALPHA8, },
  /frameworks/base/libs/hwui/
Caches.h 134 * this function returns GL_SRGB8_ALPHA8, otherwise it returns GL_RGBA
137 return extensions().hasLinearBlending() && needSRGB ? GL_SRGB8_ALPHA8 : GL_RGBA;
Texture.cpp 44 case GL_SRGB8_ALPHA8:
343 internalFormat = GL_SRGB8_ALPHA8;
399 if (mConnector.get() != nullptr && mInternalFormat != GL_SRGB8_ALPHA8) {
GradientCache.cpp 264 GLint internalFormat = mHasLinearBlending ? GL_SRGB8_ALPHA8 : GL_RGBA;
  /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 },
es3fFboMultisampleTests.cpp 264 GL_SRGB8_ALPHA8,
es3fFboCompletenessTests.cpp 50 GL_RGB10_A2, GL_RGB10_A2UI, GL_SRGB8_ALPHA8,
es3fFboStateQueryTests.cpp 449 glRenderbufferStorage(GL_RENDERBUFFER, GL_SRGB8_ALPHA8, 128, 128);
514 { GL_SRGB8_ALPHA8, GL_UNSIGNED_NORMALIZED },
    [all...]
es3fBlendTests.cpp 214 m_testCtx.getLog() << TestLog::Message << "Using FBO of size (" << m_renderWidth << ", " << m_renderHeight << ") with format GL_SRGB8_ALPHA8" << TestLog::EndMessage;
218 GLU_CHECK_CALL(glRenderbufferStorage(GL_RENDERBUFFER, GL_SRGB8_ALPHA8, m_renderWidth, m_renderHeight));
405 TestCaseGroup* fbGroup = new TestCaseGroup(m_context, useSrgbFbo ? "fbo_srgb" : "default_framebuffer", useSrgbFbo ? "Use a FBO with GL_SRGB8_ALPHA8" : "Use the default framebuffer");
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 168 case GL_SRGB8_ALPHA8:
291 case GL_SRGB8_ALPHA8:
es31fFboColorbufferTests.cpp 280 GL_SRGB8_ALPHA8,
es31fFboSRGBWriteControlTests.cpp 882 TextureSp textureSRGB(new TestTexture2D(m_context, GL_SRGB8_ALPHA8, GL_RGBA, GL_UNSIGNED_BYTE, getTestColorLinear(), 1));
1089 if (fboConfigList[idx].textureInternalFormat == GL_SRGB8_ALPHA8)
    [all...]
es31fInternalFormatQueryTests.cpp 389 { "srgb8_alpha8", GL_SRGB8_ALPHA8, FormatSamplesCase::FORMAT_COLOR },
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.cpp 136 case GL_SRGB8_ALPHA8:
553 case GL_SRGB8_ALPHA8:
765 f(GL_SRGB8_ALPHA8) \
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLESTextureUtils.cpp 71 case GL_SRGB8_ALPHA8:
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 102 GL_SRGB8_ALPHA8
  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.cpp 130 InsertFormatMapping(&map, GL_SRGB_ALPHA_EXT, GL_UNSIGNED_BYTE, GL_SRGB8_ALPHA8);
839 case GL_SRGB8_ALPHA8:
896 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGBA8, GL_RGB5_A1, GL_RGBA4, GL_SRGB8_ALPHA8)
    [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...]
  /frameworks/base/libs/hwui/renderthread/
OpenGLPipeline.cpp 378 case GL_SRGB8_ALPHA8:
  /external/swiftshader/src/OpenGL/common/
Image.cpp 771 case GL_SRGB8_ALPHA8:
963 case GL_SRGB8_ALPHA8:
    [all...]

Completed in 739 milliseconds

1 2 3 4 5 6 7