Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/include/platform/
DFeaturesGL.h29 Feature avoid1BitAlphaTextureFormats = {"avoid_1_bit_alpha_texture_formats", member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp499 if (features.avoid1BitAlphaTextureFormats.enabled && internalFormat.alphaBits == 1) in GetNativeInternalFormat()
Drenderergl_utils.cpp1887 ANGLE_FEATURE_CONDITION(features, avoid1BitAlphaTextureFormats, in InitializeFeatures()