Searched defs:getProcAddress (Results 1 – 7 of 7) sorted by relevance
28 void* (*getProcAddress)(const char *funcName); member
105 __translatorMustCastToProperFunctionPointerType (*getProcAddress)(const char*); member160 std::function<void*(const char*)> getProcAddress; member
123 void * getProcAddress(const char * procname) in getProcAddress() function
129 void * getProcAddress(const char * procname) in getProcAddress() function
150 void* getProcAddress(const char *fname) in getProcAddress() function
149 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname) in getProcAddress() function
7412 T getProcAddress( const char* function ) const VULKAN_HPP_NOEXCEPT in getProcAddress() function in VULKAN_HPP_NAMESPACE::DynamicLoader