/external/angle/src/libANGLE/ |
D | format_map_autogen.cpp | 553 return GL_SRGB8; in GetSizedFormatInternal() 919 case GL_SRGB8: in ValidES3FormatCombination() 1583 case GL_SRGB8: in ValidES3FormatCombination()
|
D | formatutils.h | 69 return GL_SRGB8; in GetNonLinearFormat()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 83 { "srgb8", GL_SRGB8, }, in init()
|
/external/angle/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 112 case GL_SRGB8: in testCopy() 628 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_SRGB8, GL_UNSIGNED_BYTE, false, false, in TEST_P() 630 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_SRGB8, GL_UNSIGNED_BYTE, false, true, in TEST_P() 632 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_SRGB8, GL_UNSIGNED_BYTE, false, false, in TEST_P() 1396 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(250, 200, 150, 100), GL_SRGB8, GL_UNSIGNED_BYTE, false, in TEST_P() 1398 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(250, 200, 150, 100), GL_SRGB8, GL_UNSIGNED_BYTE, false, in TEST_P() 1400 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(250, 200, 150, 100), GL_SRGB8, GL_UNSIGNED_BYTE, false, in TEST_P()
|
D | SRGBTextureTest.cpp | 70 return getClientMajorVersion() >= 3 ? GL_SRGB8 : GL_SRGB_EXT; in getSRGB8TextureInternalFormat()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Framebuffer.cpp | 573 case GL_SRGB8: return GL_RGB; in getImplementationColorReadFormat() 634 case GL_SRGB8: return GL_UNSIGNED_BYTE; in getImplementationColorReadType()
|
D | utilities.cpp | 447 case GL_SRGB8: in IsSizedInternalFormat() 1038 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGB8, GL_RGB565, GL_SRGB8) in ValidateTextureFormatType() 1848 case GL_SRGB8: in GetColorComponentType() 1987 case GL_SRGB8: in GetColorEncoding()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 1425 case GL_SRGB8: in _mesa_is_srgb_format() 1712 return GL_SRGB8; in _mesa_get_nongeneric_internalformat() 1755 case GL_SRGB8: in _mesa_get_linear_internalformat() 3007 case GL_SRGB8: in _mesa_gles_error_check_format_and_type() 3928 case GL_SRGB8: in _mesa_is_es3_texture_filterable()
|
D | textureview.c | 161 {GL_VIEW_CLASS_24_BITS, GL_SRGB8},
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 185 case FMT_CASE(sRGB, UNORM_INT8): return GL_SRGB8; in getInternalFormat() 512 case GL_SRGB8: return TextureFormat(TextureFormat::sRGB, TextureFormat::UNORM_INT8); in mapGLInternalFormat() 573 case GL_SRGB8: in isGLInternalColorFormatFilterable()
|
D | gluStrUtil.inl | 854 case GL_SRGB8: return "GL_SRGB8"; 1704 case GL_SRGB8: return "GL_SRGB8";
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 183 GL_SRGB8, 188 GL_SRGB8,
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 99 GL_RGB9_E5, GL_SRGB8,
|
/external/deqp/external/openglcts/modules/gl/ |
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() 1733 case GL_SRGB8: in getSamplerTypeForInternalformat() 1976 case GL_SRGB8: in getTypeCompatibleWithInternalformat() 2421 return (internalformat == GL_SRGB8 || internalformat == GL_SRGB8_ALPHA8 || in isInternalformatSRGB() [all …]
|
D | gl3cTextureSizePromotion.cpp | 1297 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_SRGB8, STR(GL_SRGB8), true, true, 8, 8, 8, 0, 0, 0,
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 451 case GL_SRGB8: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 451 case GL_SRGB8: in radeonChooseTextureFormat()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 79 case GL_SRGB8: return GL_RGB; in GetBaseInternalFormat() 364 case GL_SRGB8: return sw::FORMAT_SRGB8_X8; in SelectInternalFormat() 1486 case GL_SRGB8: return Transfer<RGB8toRGBX8>(buffer, input, rect); in loadImageData()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 186 …{ GL_SRGB8, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 8, 8, 8, 0, … 260 …{ GL_SRGB8, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 8, 8, 8, 0, 0, 0, … 409 { GL_SRGB8, GL_RGB, GL_UNSIGNED_BYTE, 3, false }, 1583 (internalformat.sizedFormat == GL_SRGB8)) || in isFormatValid() 1754 return (internalFormat.sizedFormat == GL_SRGB8) || (internalFormat.sizedFormat == GL_SRGB8_ALPHA8); in isSRGBFormat() 1923 …if ((GL_SRGB8 == validFormat->internalformat) && contextInfo.isExtensionSupported("GL_NV_sRGB_form… in isFBOImageAttachValid()
|
D | glcTextureRepeatModeTests.cpp | 286 …{ GL_SRGB8, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 8, 8, 8, 0, 0, 0, 0, 0… 375 …{ GL_SRGB8, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 8, 8, 8, 0, 0, 0, 0, 0,…
|
D | glcTextureFilterAnisotropicTests.cpp | 445 m_supportedInternalFormats.push_back(GL_SRGB8); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 494 { "srgb8", GL_SRGB8, }, in init()
|
D | es31fFboTestUtil.cpp | 518 case GL_SRGB8: return "srgb8"; in getFormatName()
|
/external/angle/src/libANGLE/renderer/ |
D | Format_table_autogen.cpp | 227 …{ FormatID::R8G8B8_UNORM_SRGB, GL_SRGB8, GL_SRGB8, GenerateMip<R8G8B8>, NoCopyFunctions, ReadColor… 688 case GL_SRGB8: in InternalFormatToID()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 475 #define GL_SRGB8 0x8C41 macro
|