MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / EGLXVirtualWin

Class EGLXVirtualWin

server/EGLXVirtualWin.h:22–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace faker
21{
22 class EGLXVirtualWin : public VirtualWin
23 {
24 public:
25
26 EGLXVirtualWin(Display *dpy, Window win, EGLDisplay edpy,
27 EGLConfig config, const EGLint *pbAttribs);
28 ~EGLXVirtualWin(void);
29 GLXDrawable updateGLXDrawable(void);
30 EGLDisplay getEGLDisplay(void) { return edpy; }
31 EGLSurface getDummySurface(void) { return dummyPB; }
32
33 private:
34
35 EGLint pbAttribs[MAX_ATTRIBS + 1];
36 EGLSurface dummyPB;
37 };
38}
39
40#endif // __EGLXVIRTUALWIN_H__

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected