Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DCaps.h460 bool lossyETCDecode = false; member
Dformatutils.cpp988 … 4, 4, 1, 64, 3, false, RequireExt<&Extensions::lossyETCDecode>, AlwaysSuppor… in BuildInternalFormatInfoMap()
989 … 4, 4, 1, 64, 3, false, RequireExt<&Extensions::lossyETCDecode>, AlwaysSuppor… in BuildInternalFormatInfoMap()
990 …, 4, 4, 1, 64, 3, true, RequireExt<&Extensions::lossyETCDecode>, AlwaysSuppor… in BuildInternalFormatInfoMap()
991 …Y_DECODE_ETC2_ANGLE, 4, 4, 1, 64, 3, false, RequireExt<&Extensions::lossyETCDecode>, AlwaysSuppor… in BuildInternalFormatInfoMap()
992 …SY_DECODE_ETC2_ANGLE, 4, 4, 1, 64, 3, true, RequireExt<&Extensions::lossyETCDecode>, AlwaysSuppor… in BuildInternalFormatInfoMap()
DCaps.cpp974 map["GL_ANGLE_lossy_etc_decode"] = enableableExtension(&Extensions::lossyETCDecode); in GetExtensionInfoMap()
DvalidationES2.cpp565 if (context->getExtensions().lossyETCDecode) in ValidateES2CopyTexImageParameters()
1461 if (context->getExtensions().lossyETCDecode) in ValidateES2TexImageParametersBase()
1894 if (!context->getExtensions().lossyETCDecode) in ValidateES2TexStorageParameters()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DContextNULL.cpp96 mExtensions.lossyETCDecode = true; in ContextNULL()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1632 extensions->lossyETCDecode = true; in GenerateCaps()