Home
last modified time | relevance | path

Searched refs:textureFormat2101010REV (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DCaps.h196 bool textureFormat2101010REV = false; member
DCaps.cpp861 textureFormat2101010REV = DetermineTextureFormat2101010Support(textureCaps); in setTextureExtensionSupport()
932 …["GL_EXT_texture_type_2_10_10_10_REV"] = enableableExtension(&Extensions::textureFormat2101010REV); in GetExtensionInfoMap()
DvalidationES2.cpp1116 if (!context->getExtensions().textureFormat2101010REV) in ValidateES2TexImageParametersBase()
1571 if (!context->getExtensions().textureFormat2101010REV) in ValidateES2TexImageParametersBase()
1588 if (context->getExtensions().textureFormat2101010REV && in ValidateES2TexImageParametersBase()
Dformatutils.cpp1219 …0_10_REV, GL_UNSIGNED_NORMALIZED, false, RequireExt<&Extensions::textureFormat2101010REV>, AlwaysS… in BuildInternalFormatInfoMap()
1224 …0_10_REV, GL_UNSIGNED_NORMALIZED, false, RequireExt<&Extensions::textureFormat2101010REV>, AlwaysS… in BuildInternalFormatInfoMap()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp365 mNativeExtensions.textureFormat2101010REV = true; in ensureCapsInitialized()