Home
last modified time | relevance | path

Searched refs:GL_SRGB8 (Results 1 - 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp555 return GL_SRGB8; in GetSizedFormatInternal()
1282 case GL_SRGB8: in ValidES3FormatCombination()
1742 case GL_SRGB8: in ValidES3FormatCombination()
H A Dformatutils.h71 return GL_SRGB8; in GetNonLinearFormat()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp83 { "srgb8", GL_SRGB8, }, in init()
/third_party/mesa3d/src/mesa/main/
H A Dglformats.c1429 case GL_SRGB8: in _mesa_is_srgb_format()
1716 return GL_SRGB8; in _mesa_get_nongeneric_internalformat()
1759 case GL_SRGB8: in _mesa_get_linear_internalformat()
2925 case GL_SRGB8: in _mesa_gles_check_internalformat()
3047 internalFormat != GL_SRGB8)) in _mesa_gles_error_check_format_and_type()
3202 case GL_SRGB8: in _mesa_gles_error_check_format_and_type()
4110 case GL_SRGB8: in _mesa_is_es3_texture_filterable()
H A Dtextureview.c164 {GL_VIEW_CLASS_24_BITS, GL_SRGB8},
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp573 case GL_SRGB8: return GL_RGB; in getImplementationColorReadFormat()
634 case GL_SRGB8: return GL_UNSIGNED_BYTE; in getImplementationColorReadType()
H A Dutilities.cpp418 case GL_SRGB8: in IsSizedInternalFormat()
1009 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGB8, GL_RGB565, GL_SRGB8) in ValidateTextureFormatType()
1819 case GL_SRGB8: in GetColorComponentType()
1958 case GL_SRGB8: in GetColorEncoding()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp234 bool isSRGB = internalFormat == GL_SRGB8 || internalFormat == GL_SRGB8_ALPHA8; in createTexture()
424 case GL_SRGB8: in getUnsizedFormatFromInternalFormat()
953 const bool isSRGB = textureInternalFormat == GL_SRGB8 || textureInternalFormat == GL_SRGB8_ALPHA8; in iterate()
1144 const bool isSRGB = m_testFormat.format == GL_SRGB8 || m_testFormat.format == GL_SRGB8_ALPHA8; in iterate()
1624 TF(GL_RGB, GL_UNSIGNED_BYTE, GL_SRGB8), in getESTestData()
1672 CF(GL_RGB8), CF(GL_SRGB8_ALPHA8), CF(GL_SRGB8), CF(GL_R11F_G11F_B10F), in getESTestData()
H A DglcTextureFilterAnisotropicTests.cpp443 m_supportedInternalFormats.push_back(GL_SRGB8); in init()
H A DglcPackedPixelsTests.cpp186 { GL_SRGB8, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 8, 8, 8, 0, 0, 0, 0, 0, 0 } }, 0 },
260 { GL_SRGB8, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 8, 8, 8, 0, 0, 0, 0, 0, 0 } }, 0 },
409 { GL_SRGB8, GL_RGB, GL_UNSIGNED_BYTE, 3, false },
1584 (internalformat.sizedFormat == GL_SRGB8)) ||
1762 return (internalFormat.sizedFormat == GL_SRGB8) || (internalFormat.sizedFormat == GL_SRGB8_ALPHA8);
1938 if ((GL_SRGB8 == validFormat->internalformat) && contextInfo.isExtensionSupported("GL_NV_sRGB_formats"))
H A DglcTextureRepeatModeTests.cpp286 { GL_SRGB8, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 8, 8, 8, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
375 { GL_SRGB8, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 8, 8, 8, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp185 case FMT_CASE(sRGB, UNORM_INT8): return GL_SRGB8; in getInternalFormat()
514 case GL_SRGB8: return TextureFormat(TextureFormat::sRGB, TextureFormat::UNORM_INT8);
575 case GL_SRGB8:
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.cpp183 GL_SRGB8,
188 GL_SRGB8,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexture3DTest.cpp112 case GL_SRGB8: in testCopy()
702 testCopy(testTarget, kColorNoAlpha, GL_SRGB8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
704 testCopy(testTarget, kColorPreAlpha, GL_SRGB8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
706 testCopy(testTarget, GLColor(100, 150, 200, 210), GL_SRGB8, GL_UNSIGNED_BYTE, false, false, in testUnsignedByteFormats()
H A DSRGBTextureTest.cpp74 return getClientMajorVersion() >= 3 ? GL_SRGB8 : GL_SRGB_EXT; in getSRGB8TextureInternalFormat()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp100 GL_RGB9_E5, GL_SRGB8,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp79 case GL_SRGB8: return GL_RGB; in GetBaseInternalFormat()
299 // case GL_SRGB_EXT / GL_UNSIGNED_BYTE: return GL_SRGB8; in GetSizedInternalFormat()
364 case GL_SRGB8: return sw::FORMAT_SRGB8_X8; in SelectInternalFormat()
1417 case GL_SRGB8: return Transfer<RGB8toRGBX8>(buffer, input, rect); in loadImageData()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp60 GL_SRGB8, VIEW_CLASS_24_BITS, GL_RGB8UI, VIEW_CLASS_24_BITS, GL_RGB8I, VIEW_CLASS_24_BITS, GL_R16F,
134 GL_SRGB8, /* >= GL 4.0 */
241 case GL_SRGB8: in getAmountOfComponentsForInternalformat()
493 case GL_SRGB8: in getComponentSizeForInternalformat()
778 case GL_SRGB8: in getFormatOfInternalformat()
949 case GL_SRGB8: in getGLFormatOfInternalformat()
1463 case GL_SRGB8: in getInternalformatString()
1464 result = "GL_SRGB8"; in getInternalformatString()
1733 case GL_SRGB8: in getSamplerTypeForInternalformat()
1976 case GL_SRGB8 in getTypeCompatibleWithInternalformat()
[all...]
H A Dgl3cTextureSizePromotion.cpp1307 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_SRGB8, STR(GL_SRGB8), true, true, 8, 8, 8, 0, 0, 0,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Dformatutils9.cpp147 InsertD3D9FormatInfo(&map, GL_SRGB8, D3DFMT_X8R8G8B8, D3DFMT_UNKNOWN, LoadRGB8ToBGRX8 ); in BuildD3D9FormatMap()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp502 { "srgb8", GL_SRGB8, }, in init()
H A Des31fFboTestUtil.cpp518 case GL_SRGB8: return "srgb8"; in getFormatName()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp232 { FormatID::R8G8B8_UNORM_SRGB, GL_SRGB8, GL_SRGB8, GenerateMip<R8G8B8>, NoCopyFunctions, ReadColor<R8G8B8, GLfloat>, WriteColor<R8G8B8, GLfloat>, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 3, 0, false, false, false, true, false, gl::VertexAttribType::Byte },
703 case GL_SRGB8: in InternalFormatToID()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp2659 case GL_SRGB8: in Get()
2661 static constexpr Format info(GL_SRGB8, in Get()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp76 /* GL_RGBA GL_RGB GL_LUMINANCE_ALPHA GL_LUMINANCE GL_ALPHA GL_R8 GL_R8_SNORM GL_RG8 GL_RG8_SNORM GL_RGB8 GL_RGB8_SNORM GL_RGB565 GL_RGBA4 GL_RGB5_A1 GL_RGBA8 GL_RGBA8_SNORM GL_RGB10_A2 GL_RGB10_A2UI GL_SRGB8 GL_SRGB8_ALPHA8 GL_R16F GL_RG16F GL_RGB16F GL_RGBA16F GL_R32F GL_RG32F GL_RGB32F GL_RGBA32F GL_R11F_G11F_B10F GL_RGB9_E5 GL_R8I GL_R8UI GL_R16I GL_R16UI GL_R32I GL_R32UI GL_RG8I GL_RG8UI GL_RG16I GL_RG16UI GL_RG32I GL_RG32UI GL_RGB8I GL_RGB8UI GL_RGB16I GL_RGB16UI GL_RGB32I GL_RGB32UI GL_RGBA8I GL_RGBA8UI GL_RGBA16I GL_RGBA16UI GL_RGBA32I GL_RGBA32UI */
86 /* GL_SRGB8_ALPHA8, */ GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_SRGB8, GL_SRGB8_ALPHA8, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE,
139 GL_SRGB8,
512 (internalformat == GL_SRGB8) || (internalformat == GL_RGB565) || (internalformat == GL_RGB8_SNORM) || in isInternalFormatCompatibleWithType()
2457 * GL_SRGB8 internal format.
2484 result.data_internalformat = GL_SRGB8; in getSRGB8PixelData()
3893 /* GL_SRGB8_ALPHA8 => GL_SRGB8 */ in configureConversionDatabase()
4889 case GL_SRGB8: in getFormatAndTypeCompatibleWithInternalformat()
5388 case GL_SRGB8: in getFormatForInternalformat()
6240 case GL_SRGB8
[all...]

Completed in 52 milliseconds

123