Searched defs:crStateFramebufferAllocate (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_framebuffer.c63 crStateFramebufferAllocate(CRContext *ctx, GLuint name) function
66 CRSTATE_CHECKERR_RET(!buffer, GL_OUT_OF_MEMORY, "crStateFramebufferAllocate", NULL);
389 pFBO = crStateFramebufferAllocate(g, framebuffer);

Completed in 35 milliseconds