Home | History | Annotate | Download | only in functional

Lines Matching defs:fbo

1180 	GLuint	fbo;
1183 ctx.glGenFramebuffers (1, &fbo);
1186 ctx.glBindFramebuffer (GL_FRAMEBUFFER, fbo);
1207 ctx.glBindFramebuffer(GL_FRAMEBUFFER, fbo);
1223 ctx.glGetFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_BACK, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, &params[0]); // A FBO is bound so GL_BACK is invalid
1230 ctx.glDeleteFramebuffers(1, &fbo);