Searched refs:lossyETCDecode (Results 1 – 6 of 6) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Caps.h | 460 bool lossyETCDecode = false; member
|
D | formatutils.cpp | 988 … 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()
|
D | Caps.cpp | 974 map["GL_ANGLE_lossy_etc_decode"] = enableableExtension(&Extensions::lossyETCDecode); in GetExtensionInfoMap()
|
D | validationES2.cpp | 565 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/ |
D | ContextNULL.cpp | 96 mExtensions.lossyETCDecode = true; in ContextNULL()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 1632 extensions->lossyETCDecode = true; in GenerateCaps()
|