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
123 void * getProcAddress(const char * procname) in getProcAddress() function
129 void * getProcAddress(const char * procname) in getProcAddress() function
105 __translatorMustCastToProperFunctionPointerType (*getProcAddress)(const char*); member160 std::function<void*(const char*)> getProcAddress; member
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
11121 T getProcAddress( const char * function ) const VULKAN_HPP_NOEXCEPT in getProcAddress() function in VULKAN_HPP_NAMESPACE::DynamicLoader