Searched defs:getProcAddress (Results 1 – 11 of 11) sorted by relevance
62 void *FunctionsEGLDL::getProcAddress(const char *name) const in getProcAddress() function in rx::FunctionsEGLDL
28 void* (*getProcAddress)(const char *funcName); member
86 __translatorMustCastToProperFunctionPointerType (*getProcAddress)(const char*); member141 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
38 PFNWGLGETPROCADDRESSPROC getProcAddress; variable
149 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname) in getProcAddress() function
150 void* getProcAddress(const char *fname) in getProcAddress() function
114 PFNEGLGETPROCADDRESSPROC getProcAddress; in initializeDisplay() local
285 PFNEGLGETPROCADDRESSPROC getProcAddress; in LoadEntryPointsWithUtilLoader() local
92409 T getProcAddress( const char* function ) const VULKAN_HPP_NOEXCEPT in getProcAddress() function in VULKAN_HPP_NAMESPACE::DynamicLoader