Home
last modified time | relevance | path

Searched refs:supportsCustomBorderColor (Results 1 – 4 of 4) sorted by relevance

/external/angle/include/platform/
DFeaturesVk.h191 FeatureInfo supportsCustomBorderColor = { member
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp368 mNativeExtensions.textureBorderClampOES = getFeatures().supportsCustomBorderColor.enabled; in ensureCapsInitialized()
369 mNativeExtensions.textureBorderClampEXT = getFeatures().supportsCustomBorderColor.enabled; in ensureCapsInitialized()
DRendererVk.cpp2350 if (getFeatures().supportsCustomBorderColor.enabled) in initializeDevice()
3080 &mFeatures, supportsCustomBorderColor, in initFeatures()
Dvk_cache_utils.cpp3593 ASSERT((contextVk->getRenderer()->getFeatures().supportsCustomBorderColor.enabled)); in init()