Home
last modified time | relevance | path

Searched refs:textureSRGBDecode (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/
DCaps.h523 bool textureSRGBDecode = false; member
DCaps.cpp1043 map["GL_EXT_texture_sRGB_decode"] = esOnlyExtension(&Extensions::textureSRGBDecode); in GetExtensionInfoMap()
DvalidationES.cpp371 if (!context->getExtensions().textureSRGBDecode) in ValidateTextureSRGBDecodeValue()
6482 if (!context->getExtensions().textureSRGBDecode) in ValidateGetTexParameterBase()
7529 if (!context->getExtensions().textureSRGBDecode) in ValidateGetSamplerParameterBase()
DContext.cpp3423 supportedExtensions.textureSRGBDecode = false; in generateSupportedExtensions()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp468 mNativeExtensions.textureSRGBDecode = vk::GetTextureSRGBDecodeSupport(this); in ensureCapsInitialized()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1536 extensions->textureSRGBDecode = functions->hasGLExtension("GL_EXT_texture_sRGB_decode") || in GenerateCaps()
1555 extensions->textureSRGBDecode = false; in GenerateCaps()