Searched refs:GenericFuncType (Results 1 – 10 of 10) sorted by relevance
527 ExtFuncLoader (const map<string, glw::GenericFuncType>& extFuncs) in initFunctions()532 glw::GenericFuncType get (const char* name) const in initFunctions()534 map<string, glw::GenericFuncType>::const_iterator pos = m_extFuncs.find(name); in initFunctions()539 const map<string, glw::GenericFuncType>& m_extFuncs; in initFunctions()542 map<string, glw::GenericFuncType> extFuncMap; in initFunctions()546 extFuncMap["glMinSampleShadingOES"] = (glw::GenericFuncType)src.minSampleShading; in initFunctions()549 extFuncMap["glTexStorage3DMultisampleOES"] = (glw::GenericFuncType)src.texStorage3DMultisample; in initFunctions()552 extFuncMap["glBlendBarrierKHR"] = (glw::GenericFuncType)blendBarrierKHR; in initFunctions()555 extFuncMap["glPatchParameteriEXT"] = (glw::GenericFuncType)src.patchParameteri; in initFunctions()558 extFuncMap["glFramebufferTextureEXT"] = (glw::GenericFuncType)src.framebufferTexture; in initFunctions()[all …]
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()
101 glw::GenericFuncType get (const char* name) const in get()103 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()118 glw::GenericFuncType get (const char* name) const in get()120 return (glw::GenericFuncType)m_library->getFunction(name); in get()
50 glw::GenericFuncType get (const char* name) const;
31 typedef GLW_APICALL void (GLW_APIENTRY* GenericFuncType) (void); typedef36 virtual GenericFuncType get (const char* name) const = 0;
54 glw::GenericFuncType get (const char* name) const in get()56 return (glw::GenericFuncType)m_context.getGLFunction(name); in get()
58 glw::GenericFuncType get (const char* name) const in get()
609 glw::GenericFuncType get (const char* name) const in get()