Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1500 mCustomBorderColorFeatures = {}; in queryDeviceExtensionFeatures()
1501 mCustomBorderColorFeatures.sType = in queryDeviceExtensionFeatures()
1633 vk::AddToPNextChain(&deviceFeatures, &mCustomBorderColorFeatures); in queryDeviceExtensionFeatures()
1688 mCustomBorderColorFeatures.pNext = nullptr; in queryDeviceExtensionFeatures()
2038 vk::AddToPNextChain(&mEnabledFeatures, &mCustomBorderColorFeatures); in initializeDevice()
2693 mCustomBorderColorFeatures.customBorderColors == VK_TRUE && in initFeatures()
2694 mCustomBorderColorFeatures.customBorderColorWithoutFormat == VK_TRUE && !isSwiftShader); in initFeatures()
DRendererVk.h571 VkPhysicalDeviceCustomBorderColorFeaturesEXT mCustomBorderColorFeatures; variable