Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/include/platform/autogen/
H A DFeaturesGL_autogen.h113 FeatureInfo unpackLastRowSeparatelyForPaddingInclusion = { member
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DTextureGL.cpp211 if (features.unpackLastRowSeparatelyForPaddingInclusion.enabled) in setImage()
367 if (features.unpackLastRowSeparatelyForPaddingInclusion.enabled) in setSubImage()
H A Drenderergl_utils.cpp2340 ANGLE_FEATURE_CONDITION(features, unpackLastRowSeparatelyForPaddingInclusion, in InitializeFeatures()