Searched refs:GenericFuncType (Results 1 – 13 of 13) sorted by relevance
85 GenericFuncType get (const char* name) const in get()87 GenericFuncType res = (GenericFuncType)DE_NULL; in get()89 res = (GenericFuncType)m_staticLib->getFunction(name); in get()92 res = (GenericFuncType)m_dynLib->getFunction(name); in get()95 res = (GenericFuncType)m_getProcAddress(name); in get()114 GenericFuncType get (const char* name) const in get()116 return (GenericFuncType)m_getProcAddress(name); in get()
47 typedef EGLW_APICALL void (EGLW_APIENTRY* GenericFuncType) (void); typedef52 virtual GenericFuncType get (const char* name) const = 0;
38 glw::GenericFuncType GLFunctionLoader::get (const char* name) const in get()40 glw::GenericFuncType func = (glw::GenericFuncType)m_library->getFunction(name); in get()43 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()
103 glw::GenericFuncType get (const char* name) const in get()105 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()120 glw::GenericFuncType get (const char* name) const in get()122 return (glw::GenericFuncType)m_library->getFunction(name); in get()145 virtual eglw::GenericFuncType getProcAddress (const char* name) const;303 glw::GenericFuncType RenderContext::getProcAddress (const char* name) const in getProcAddress()305 return (glw::GenericFuncType)m_display->getLibrary().getProcAddress(name); in getProcAddress()
50 glw::GenericFuncType get (const char* name) const;
56 glw::GenericFuncType get (const char* name) const in get()58 return (glw::GenericFuncType)m_context.getGLFunction(name); in get()76 glw::GenericFuncType getProcAddress (const char* name) const;152 glw::GenericFuncType WGLContext::getProcAddress (const char* name) const in getProcAddress()
31 typedef GLW_APICALL void (GLW_APIENTRY* GenericFuncType) (void); typedef36 virtual GenericFuncType get (const char* name) const = 0;
160 glw::GenericFuncType get(const char* name) const in get()162 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()175 glw::GenericFuncType get(const char* name) const in get()177 return (glw::GenericFuncType)m_library->getFunction(name); in get()
57 …virtual glw::GenericFuncType getProcAddress (const char* name) const { return m_context->getPro… in getProcAddress()
42 glw::GenericFuncType RenderContext::getProcAddress (const char*) const in getProcAddress()44 return (glw::GenericFuncType)DE_NULL; in getProcAddress()
223 virtual glw::GenericFuncType getProcAddress (const char* name) const;
58 glw::GenericFuncType get (const char* name) const in get()
679 glw::GenericFuncType get (const char* name) const in get()