Searched refs:crStateFramebufferObjectSwitch (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_framebuffer.h72 DECLEXPORT(void) STATE_APIENTRY crStateFramebufferObjectSwitch(CRContext *from, CRContext *to);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_diff.c560 crStateFramebufferObjectSwitch(from, to);
H A Dstate_framebuffer.c968 crStateFramebufferObjectSwitch(CRContext *from, CRContext *to) function
1059 && fromCtx->framebufferobject.drawFB == toCtx->framebufferobject.drawFB) /* .. and it was NOT restored properly in crStateFramebufferObjectSwitch */
1071 && fromCtx->framebufferobject.readFB == toCtx->framebufferobject.readFB) /* .. and it was NOT restored properly in crStateFramebufferObjectSwitch */
1088 && fromCtx->framebufferobject.renderbuffer==toCtx->framebufferobject.renderbuffer) /* .. and it was NOT restored properly in crStateFramebufferObjectSwitch */

Completed in 56 milliseconds