Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkGetProcAddress.cpp24 static const std::unordered_map<std::string, PFN_vkVoidFunction> globalFunctionPointers = variable
246 auto globalFunction = globalFunctionPointers.find(std::string(pName)); in GetInstanceProcAddr()
247 if(globalFunction != globalFunctionPointers.end()) in GetInstanceProcAddr()