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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp661 GLuint idFramebuffer; member in struct:__anon13181
716 SSMFIELD_ENTRY_IGNORE( VMSVGA3DCONTEXT, idFramebuffer),
3278 pState->ext.glBindFramebuffer(GL_FRAMEBUFFER, pContext->idFramebuffer);
4095 pState->ext.glBindFramebuffer(GL_FRAMEBUFFER, pContext->idFramebuffer);
4151 pState->ext.glBindFramebuffer(GL_FRAMEBUFFER, pContext->idFramebuffer);
4311 pContext->idFramebuffer = OPENGL_INVALID_ID;
4458 pState->ext.glGenFramebuffers(1, &pContext->idFramebuffer);
4462 pState->ext.glBindFramebuffer(GL_FRAMEBUFFER, pContext->idFramebuffer);
4601 if (pContext->idFramebuffer != OPENGL_INVALID_ID)
4606 pState->ext.glDeleteFramebuffers(1, &pContext->idFramebuffer);
[all...]

Completed in 58 milliseconds