Home
last modified time | relevance | path

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

/external/skia/tools/gpu/vk/
DVkTestUtils.cpp158 reinterpret_cast<PFN_vk##name>(getInstProc(instance, "vk" #name)); \
213 static bool init_instance_extensions_and_layers(PFN_vkGetInstanceProcAddr getInstProc, in init_instance_extensions_and_layers() argument
217 if (getInstProc == nullptr) { in init_instance_extensions_and_layers()
396 PFN_vk##name grVk##name = reinterpret_cast<PFN_vk##name>(getInstProc(instance, "vk" #name))
400 reinterpret_cast<PFN_vk##name>(getInstProc(instance, "vk" #name)); \
405 destroy_instance(getInstProc, inst, debugCallback, hasDebugExtension); \
421 destroy_instance(getInstProc, inst, debugCallback, hasDebugExtension); \
437 static bool destroy_instance(PFN_vkGetInstanceProcAddr getInstProc, VkInstance inst, in destroy_instance() argument
515 bool CreateVkBackendContext(PFN_vkGetInstanceProcAddr getInstProc, in CreateVkBackendContext() argument
570 if (!init_instance_extensions_and_layers(getInstProc, instanceVersion, in CreateVkBackendContext()
[all …]
DVkTestUtils.h30 bool CreateVkBackendContext(PFN_vkGetInstanceProcAddr getInstProc,