Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp444 mSamplerYcbcrConversionFeatures = new VkPhysicalDeviceSamplerYcbcrConversionFeatures; in init()
445 mSamplerYcbcrConversionFeatures->sType = in init()
447 mSamplerYcbcrConversionFeatures->pNext = nullptr; in init()
449 mPhysicalDeviceFeatures2->pNext = mSamplerYcbcrConversionFeatures; in init()
450 void** tailPnext = &mSamplerYcbcrConversionFeatures->pNext; in init()
589 if (mSamplerYcbcrConversionFeatures) { in teardown()
590 delete mSamplerYcbcrConversionFeatures; in teardown()
591 mSamplerYcbcrConversionFeatures = nullptr; in teardown()
DVulkanInterface.h91 VkPhysicalDeviceSamplerYcbcrConversionFeatures* mSamplerYcbcrConversionFeatures = nullptr; variable