Home
last modified time | relevance | path

Searched defs:physDeviceVersion (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp336 uint32_t physDeviceVersion, GrVkExtensions* extensions, in setup_extension_features()
525 int physDeviceVersion = SkTMin(physDeviceProperties.apiVersion, apiVersion); in CreateVkBackendContext() local
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp356 uint32_t physDeviceVersion, GrVkExtensions* extensions, in setup_features()
571 int physDeviceVersion = std::min(physDeviceProperties.apiVersion, apiVersion); in CreateVkBackendContext() local