Searched refs:supportsCustomBorderColor (Results 1 – 4 of 4) sorted by relevance
191 FeatureInfo supportsCustomBorderColor = { member
368 mNativeExtensions.textureBorderClampOES = getFeatures().supportsCustomBorderColor.enabled; in ensureCapsInitialized()369 mNativeExtensions.textureBorderClampEXT = getFeatures().supportsCustomBorderColor.enabled; in ensureCapsInitialized()
2350 if (getFeatures().supportsCustomBorderColor.enabled) in initializeDevice()3080 &mFeatures, supportsCustomBorderColor, in initFeatures()
3593 ASSERT((contextVk->getRenderer()->getFeatures().supportsCustomBorderColor.enabled)); in init()