Home
last modified time | relevance | path

Searched refs:PFNXGETWINDOWATTRIBUTES (Results 1 – 3 of 3) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/OpenGLWindow/
H A DX11OpenGLWindow.cpp95 typedef Status (*PFNXGETWINDOWATTRIBUTES)(Display* a, Window b, XWindowAttributes* c); typedef
197 PFNXGETWINDOWATTRIBUTES m_x11_XGetWindowAttributes;
351 …missingFunc = ((m_x11_XGetWindowAttributes = (PFNXGETWINDOWATTRIBUTES)dlsym(m_x11_library, "XGetWi… in InternalData2()
/dports/graphics/nanort/nanort-b1feea8/examples/common/OpenGLWindow/
H A DX11OpenGLWindow.cpp98 typedef Status (*PFNXGETWINDOWATTRIBUTES) (Display* a,Window b,XWindowAttributes* c); typedef
200 PFNXGETWINDOWATTRIBUTES m_x11_XGetWindowAttributes;
273 …missingFunc = ((m_x11_XGetWindowAttributes = (PFNXGETWINDOWATTRIBUTES) dlsym(m_x11_library,"XGetWi… in InternalData2()
/dports/devel/py-bullet3/bullet3-3.21/examples/OpenGLWindow/
H A DX11OpenGLWindow.cpp95 typedef Status (*PFNXGETWINDOWATTRIBUTES)(Display* a, Window b, XWindowAttributes* c); typedef
197 PFNXGETWINDOWATTRIBUTES m_x11_XGetWindowAttributes;
351 …missingFunc = ((m_x11_XGetWindowAttributes = (PFNXGETWINDOWATTRIBUTES)dlsym(m_x11_library, "XGetWi… in InternalData2()