/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 83 { "srgb8", GL_SRGB8, }, in init()
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 179 GL_SRGB8, 184 GL_SRGB8, 189 GL_SRGB8,
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 128 InsertFormatMapping(&map, GL_SRGB_EXT, GL_UNSIGNED_BYTE, GL_SRGB8); in BuildFormatMap() 841 case GL_SRGB8: in ValidateTextureFormatType() 886 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGB8, GL_RGB565, GL_SRGB8) in ValidateTextureFormatType() 1530 case GL_SRGB8: return sw::FORMAT_SRGB8_X8; in ConvertRenderbufferFormat()
|
D | libGLESv3.cpp | 144 InsertFormatMapping(map, GL_SRGB8, GL_RGB, GL_UNSIGNED_BYTE); in BuildFormatMap3D() 290 InsertFormatStorageMapping(map, GL_SRGB8, GL_UNSIGNED_BYTE); in BuildFormatMapStorage2D()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 185 case FMT_CASE(sRGB, UNORM_INT8): return GL_SRGB8; in getInternalFormat() 509 case GL_SRGB8: return TextureFormat(TextureFormat::sRGB, TextureFormat::UNORM_INT8); in mapGLInternalFormat() 570 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/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 99 GL_RGB9_E5, GL_SRGB8,
|
D | es3fFboTestUtil.cpp | 964 case GL_SRGB8: return "srgb8"; in getFormatName()
|
D | es3fTextureUnitTests.cpp | 115 GL_SRGB8,
|
D | es3fTextureFormatTests.cpp | 1351 { "srgb8", GL_SRGB8, }, in init()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 763 case GL_SRGB8: in SelectInternalFormat() 958 case GL_SRGB8: in ComputePixelSize() 1324 case GL_SRGB8: in loadImageData()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 469 { "srgb8", GL_SRGB8, }, in init()
|
D | es31fFboTestUtil.cpp | 512 case GL_SRGB8: return "srgb8"; in getFormatName()
|
D | es31fTextureSpecificationTests.cpp | 806 { "srgb8", GL_SRGB8, }, in init()
|
D | es31fTextureLevelStateQueryTests.cpp | 594 …GL_RGBA8, GL_RGBA8_SNORM, GL_RGB10_A2, GL_RGB10_A2UI, GL_SRGB8, GL_SRGB8_ALPHA8, GL_R16F, GL_RG16F, in generateInternalFormatTextureGenerationGroup()
|
D | es31fTextureBorderClampTests.cpp | 2329 { "srgb8", GL_SRGB8, tcu::Sampler::MODE_LAST }, in init()
|
D | es31fCopyImageTests.cpp | 2485 textureFormatViewClasses[VIEWCLASS_24_BITS].push_back(GL_SRGB8); in init()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 508 case GL_SRGB8: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 508 case GL_SRGB8: in radeonChooseTextureFormat()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 339 glInternalFormat=GL_SRGB8; in PVRTGetOGLES3TextureFormat()
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 2766 return GL_SRGB8; in get_nongeneric_internalformat() 2818 case GL_SRGB8: in get_linear_internalformat()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 574 #define GL_SRGB8 0x8C41 macro
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 1306 || createFormat == GL_SRGB8; in isCompatibleFormats()
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 749 #define GL_SRGB8 0x8C41 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 929 #define GL_SRGB8 0x8C41 macro
|