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

Function DrawingToFront

server/faker.h:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151static INLINE int DrawingToFront(void)
152{
153 GLint drawbuf = GL_BACK;
154 backend::getIntegerv(GL_DRAW_BUFFER, &drawbuf);
155 return IS_FRONT(drawbuf);
156}
157
158
159static INLINE int DrawingToRight(void)

Callers 10

doGLReadbackFunction · 0.85
glDrawBufferFunction · 0.85
glDrawBuffersFunction · 0.85
glPopAttribFunction · 0.85
glXMakeCurrentFunction · 0.85
glXMakeContextCurrentFunction · 0.85

Calls 1

getIntegervFunction · 0.85

Tested by

no test coverage detected