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

Function EGLConfigID

server/eglxfakerut.cpp:470–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468
469
470int EGLConfigID(EGLDisplay edpy, EGLConfig config)
471{
472 EGLint temp = 0;
473 if(!config) THROWNL("config==NULL in EGLConfigID()");
474 if(!edpy) THROWNL("display==NULL in EGLConfigID()");
475 GET_CFG_ATTRIB(config, EGL_CONFIG_ID, temp);
476 return temp;
477}
478
479
480// This tests the faker's client/server visual matching heuristics

Callers 2

visTestFunction · 0.70
offScreenTestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected