Home
last modified time | relevance | path

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

/third_party/skia/include/gpu/vk/
DGrVkBackendContext.h65 const VkPhysicalDeviceFeatures* fDeviceFeatures = nullptr; member
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp142 } else if (backendContext.fDeviceFeatures) { in Make()
145 features2.features = *backendContext.fDeviceFeatures; in Make()