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

Method getWidth

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

Source from the content-addressed store, hash-verified

35 VGLFBConfig getFBConfig(void) { return config; }
36 GLuint getFBO(void) { return fbo; }
37 int getWidth(void) { return width; }
38 int getHeight(void) { return height; }
39 void setDrawBuffer(GLenum mode, bool deferred);
40 void setDrawBuffers(GLsizei n, const GLenum *bufs, bool deferred);

Callers 15

resizeMethod · 0.45
updateGLXDrawableMethod · 0.45
swapBuffersMethod · 0.45
sendPluginMethod · 0.45
sendVGLMethod · 0.45
sendX11Method · 0.45
sendXVMethod · 0.45
makeCurrentFunction · 0.45
queryDrawableFunction · 0.45
readPixelsFunction · 0.45
updateGLXDrawableMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected