Home
last modified time | relevance | path

Searched refs:mCustomBorderColorFeatures (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1817 mCustomBorderColorFeatures = {}; in queryDeviceExtensionFeatures()
1818 mCustomBorderColorFeatures.sType = in queryDeviceExtensionFeatures()
1952 vk::AddToPNextChain(&deviceFeatures, &mCustomBorderColorFeatures); in queryDeviceExtensionFeatures()
2002 mCustomBorderColorFeatures.pNext = nullptr; in queryDeviceExtensionFeatures()
2353 vk::AddToPNextChain(&mEnabledFeatures, &mCustomBorderColorFeatures); in initializeDevice()
3081 mCustomBorderColorFeatures.customBorderColors == VK_TRUE && in initFeatures()
3082 mCustomBorderColorFeatures.customBorderColorWithoutFormat == VK_TRUE && !isSwiftShader); in initFeatures()
DRendererVk.h624 VkPhysicalDeviceCustomBorderColorFeaturesEXT mCustomBorderColorFeatures; variable