Home
last modified time | relevance | path

Searched refs:physDevVersion (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkGpu.cpp97 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local
103 physDevVersion = SkTMin(physDevVersion, apiVersion); in Make()
112 physDevVersion, in Make()
114 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { in Make()
125 physDevVersion, in Make()
127 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { in Make()
133 physDevVersion)); in Make()
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp95 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext() local
98 backendContext.fInstanceVersion, physDevVersion, in initializeContext()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp97 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local
103 physDevVersion = SkTMin(physDevVersion, apiVersion); in Make()
112 physDevVersion, in Make()
114 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { in Make()
125 physDevVersion, in Make()
127 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { in Make()
133 physDevVersion)); in Make()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp95 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext() local
98 backendContext.fInstanceVersion, physDevVersion, in initializeContext()