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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp664 GLuint idDrawFramebuffer; member in struct:__anon13181
718 SSMFIELD_ENTRY_IGNORE( VMSVGA3DCONTEXT, idDrawFramebuffer),
3234 pState->ext.glBindFramebuffer(GL_DRAW_FRAMEBUFFER, pContext->idDrawFramebuffer);
4313 pContext->idDrawFramebuffer = OPENGL_INVALID_ID;
4469 pState->ext.glGenFramebuffers(1, &pContext->idDrawFramebuffer);
4614 if (pContext->idDrawFramebuffer != OPENGL_INVALID_ID)
4616 pState->ext.glDeleteFramebuffers(1, &pContext->idDrawFramebuffer);

Completed in 62 milliseconds