Searched refs:getProcAddress (Results 1 – 12 of 12) sorted by relevance
109 ExtLoader (const eglGetProcAddressFunc getProcAddress) in ExtLoader() argument110 : m_getProcAddress(getProcAddress) in ExtLoader()136 if (m_egl.getProcAddress) in DefaultLibrary()138 const ExtLoader loader(m_egl.getProcAddress); in DefaultLibrary()
40 eglGetProcAddressFunc getProcAddress; variable
32 dst->getProcAddress = (eglGetProcAddressFunc) loader->get("eglGetProcAddress");
177 __eglMustCastToProperFunctionPointerType FuncPtrLibrary::getProcAddress (const char *procname) const function in FuncPtrLibrary179 return m_egl.getProcAddress(procname);
40 __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const;
40 virtual __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const …
144 wglGetProcAddressFunc getProcAddress; member159 , getProcAddress (DE_NULL) in Functions()194 m_functions.getProcAddress = (wglGetProcAddressFunc) m_library.getFunction("wglGetProcAddress"); in Library()200 !m_functions.getProcAddress || in Library()230 …xelFormatAttribivARB = (wglGetPixelFormatAttribivARBFunc)m_functions.getProcAddress("wglGetPixelFo… in Library()231 …xelFormatAttribfvARB = (wglGetPixelFormatAttribfvARBFunc)m_functions.getProcAddress("wglGetPixelFo… in Library()232 …m_functions.choosePixelFormatARB = (wglChoosePixelFormatARBFunc)m_functions.getProcAddress("wglCh… in Library()235 …m_functions.createContextAttribsARB = (wglCreateContextAttribsARBFunc)m_functions.getProcAddress(… in Library()438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction()
43 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()
103 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()
280 eglw::__eglMustCastToProperFunctionPointerType returnValue = m_egl.getProcAddress(procname);
786 ….imageTargetTexture2D = (glEGLImageTargetTexture2DOESFunc)thread.egl.getProcAddress("glEGLImageTar… in exec()
12474 GLAPI void APIENTRY glVDPAUInitNV (const GLvoid *vdpDevice, const GLvoid *getProcAddress);12485 …edef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const GLvoid *vdpDevice, const GLvoid *getProcAddress);