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

Function glGetIntegerv

server/faker-gl.cpp:539–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537
538
539void glGetIntegerv(GLenum pname, GLint *params)
540{
541 if(faker::getOGLExcludeCurrent() || faker::getEGLXContextCurrent())
542 {
543 _glGetIntegerv(pname, params); return;
544 }
545
546 TRY();
547
548 backend::getIntegerv(pname, params);
549
550 CATCH();
551}
552
553
554void glGetInteger64v(GLenum pname, GLint64 *data)

Callers 15

drawTileMethod · 0.85
checkBufferColorFunction · 0.85
checkCurrentFunction · 0.85
checkBufferStateFunction · 0.85
doubleBufferTestFunction · 0.85
stereoTestFunction · 0.85
readbackTestFunction · 0.85
contextMismatchTestFunction · 0.85
extensionQueryTestFunction · 0.85
clearMethod · 0.85
checkBufferColorFunction · 0.85
checkCurrentFunction · 0.85

Calls 1

getIntegervFunction · 0.85

Tested by 1

readTestFunction · 0.68