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()
104 glw::GenericFuncType get (const char* name) const in get()106 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()121 glw::GenericFuncType get (const char* name) const in get()123 return (glw::GenericFuncType)m_library->getFunction(name); in get()146 virtual eglw::GenericFuncType getProcAddress (const char* name) const;305 glw::GenericFuncType RenderContext::getProcAddress (const char* name) const in getProcAddress()307 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;156 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;
163 glw::GenericFuncType get(const char* name) const in get()165 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()178 glw::GenericFuncType get(const char* name) const in get()180 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;
186 virtual glw::GenericFuncType getProcAddress (const char* name) const;691 glw::GenericFuncType get (const char* name) const in get()739 glw::GenericFuncType GlxRenderContext::getProcAddress(const char *name) const in getProcAddress()
125 glw::GenericFuncType get (const char* name) const in get()