Home
last modified time | relevance | path

Searched refs:initDevice (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkExtensions.h30 bool initDevice(uint32_t specVersion, VkInstance, VkPhysicalDevice);
DGrVkBackendContext.cpp215 extensions.initDevice(kGrVkMinimumVersion, inst, physDev); in Create()
DGrVkExtensions.cpp132 bool GrVkExtensions::initDevice(uint32_t specVersion, VkInstance inst, VkPhysicalDevice physDev) { in initDevice() function in GrVkExtensions