Home
last modified time | relevance | path

Searched refs:fDeviceFeatures (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/include/gpu/vk/
H A DGrVkBackendContext.h59 uint32_t fFeatures; // Deprecated. Use fDeviceFeatures[2] instead.
63 // specific features. If fDeviceFeatures2 is not null then we ignore fDeviceFeatures. If both
64 // fDeviceFeatures and fDeviceFeatures2 are null we will assume no features are enabled.
65 const VkPhysicalDeviceFeatures* fDeviceFeatures = nullptr; member
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp145 } else if (backendContext.fDeviceFeatures) { in Make()
148 features2.features = *backendContext.fDeviceFeatures; in Make()

Completed in 6 milliseconds