Lines Matching refs:idFramebuffer
661 GLuint idFramebuffer;
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);