/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 555 return GL_SRGB8; in GetSizedFormatInternal() 1282 case GL_SRGB8: in ValidES3FormatCombination() 1742 case GL_SRGB8: in ValidES3FormatCombination()
|
H A D | formatutils.h | 71 return GL_SRGB8; in GetNonLinearFormat()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureFormatTests.cpp | 83 { "srgb8", GL_SRGB8, }, in init()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 1429 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 D | textureview.c | 164 {GL_VIEW_CLASS_24_BITS, GL_SRGB8},
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Framebuffer.cpp | 573 case GL_SRGB8: return GL_RGB; in getImplementationColorReadFormat() 634 case GL_SRGB8: return GL_UNSIGNED_BYTE; in getImplementationColorReadType()
|
H A D | utilities.cpp | 418 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 D | glcInternalformatTests.cpp | 234 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 D | glcTextureFilterAnisotropicTests.cpp | 443 m_supportedInternalFormats.push_back(GL_SRGB8); in init()
|
H A D | glcPackedPixelsTests.cpp | 186 { 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 D | glcTextureRepeatModeTests.cpp | 286 { 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 D | gluTextureUtil.cpp | 185 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 D | glsFboCompletenessTests.cpp | 183 GL_SRGB8, 188 GL_SRGB8,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTexture3DTest.cpp | 112 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 D | SRGBTextureTest.cpp | 74 return getClientMajorVersion() >= 3 ? GL_SRGB8 : GL_SRGB_EXT; in getSRGB8TextureInternalFormat()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboCompletenessTests.cpp | 100 GL_RGB9_E5, GL_SRGB8,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 79 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 D | gl4cTextureViewTests.cpp | 60 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 D | gl3cTextureSizePromotion.cpp | 1307 { 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 D | formatutils9.cpp | 147 InsertD3D9FormatInfo(&map, GL_SRGB8, D3DFMT_X8R8G8B8, D3DFMT_UNKNOWN, LoadRGB8ToBGRX8 ); in BuildD3D9FormatMap()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureFormatTests.cpp | 502 { "srgb8", GL_SRGB8, }, in init()
|
H A D | es31fFboTestUtil.cpp | 518 case GL_SRGB8: return "srgb8"; in getFormatName()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 232 { 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 D | texture_format_table_autogen.cpp | 2659 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 D | es3cCopyTexImageConversionsTests.cpp | 76 /* 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...] |