Home
last modified time | relevance | path

Searched refs:avoid1BitAlphaTextureFormats (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/include/platform/autogen/
H A DFeaturesGL_autogen.h23 FeatureInfo avoid1BitAlphaTextureFormats = { member
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Dformatutilsgl.cpp504 if (features.avoid1BitAlphaTextureFormats.enabled && internalFormat.alphaBits == 1) in GetNativeInternalFormat()
H A Drenderergl_utils.cpp2272 ANGLE_FEATURE_CONDITION(features, avoid1BitAlphaTextureFormats, in InitializeFeatures()