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

Function EGLConfigID

server/faker-egl.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44static INLINE EGLint EGLConfigID(faker::EGLXDisplay *eglxdpy, EGLConfig c)
45{
46 EGLint id;
47 return (c && eglxdpy
48 && _eglGetConfigAttrib(eglxdpy->edpy, c, EGL_CONFIG_ID, &id) ? id : 0);
49}
50
51#define PRARGALEGL(a) if(a != NULL) \
52{ \

Callers 1

eglChooseConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected