Searched refs:GL_SRGB_ALPHA (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 595 case GL_SRGB_ALPHA: in _mesa_is_enum_format_unsized() 686 case GL_SRGB_ALPHA: in _mesa_is_enum_format_unorm() 1430 case GL_SRGB_ALPHA: in _mesa_is_srgb_format() 1671 return GL_SRGB_ALPHA; in _mesa_generic_compressed_format_to_uncompressed_format() 1717 case GL_SRGB_ALPHA: in _mesa_get_nongeneric_internalformat() 1757 case GL_SRGB_ALPHA: in _mesa_get_linear_internalformat()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboCompletenessTests.cpp | 173 GLS_UNSIZED_FORMATKEY(GL_SRGB_ALPHA, GL_UNSIGNED_BYTE),
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 252 InsertFormatMapping(&map, GL_SRGB_ALPHA, VersionOrExts(2, 1, "GL_EXT_texture_sRGB"), AlwaysSupported(), VersionOrExts(2, 1, "GL_EXT_texture_sRGB"), ExtsOnly("GL_EXT_sRGB"), AlwaysSupported(), ExtsOnly("GL_EXT_sRGB"), NeverSupported() ); in BuildInternalFormatInfoMap() 628 if (format == GL_SRGB_ALPHA) in GetNativeFormat()
|
H A D | functionsgl_enums.h | 477 #define GL_SRGB_ALPHA 0x8C42 macro
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 456 case GL_SRGB_ALPHA: return TextureFormat(TextureFormat::sRGBA, mapGLChannelType(dataType, false));
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcInternalformatTests.cpp | 832 formatMap[GL_SRGB_ALPHA] = TextureFormat(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB); in iterate()
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1183 #define GL_SRGB_ALPHA 0x8C42 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 979 #define GL_SRGB_ALPHA 0x8C42 macro
|
H A D | glext.h | 854 #define GL_SRGB_ALPHA 0x8C42 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 960 #define GL_SRGB_ALPHA 0x8C42 macro
|
H A D | glext.h | 835 #define GL_SRGB_ALPHA 0x8C42 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 979 #define GL_SRGB_ALPHA 0x8C42 macro
|
H A D | glext.h | 853 #define GL_SRGB_ALPHA 0x8C42 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 979 #define GL_SRGB_ALPHA 0x8C42 macro
|
H A D | glext.h | 853 #define GL_SRGB_ALPHA 0x8C42 macro
|
Completed in 273 milliseconds