Home | History | Annotate | Download | only in functional

Lines Matching defs:fbo

909 	GLuint fbo = 0x1234;
910 ctx.glGenFramebuffers (1, &fbo);
911 ctx.glBindFramebuffer (GL_FRAMEBUFFER, fbo);
932 ctx.glDeleteFramebuffers(1, &fbo);
1091 GLuint fbo = 0x1234;
1105 ctx.glGenFramebuffers(1, &fbo);
1106 ctx.glBindFramebuffer(GL_FRAMEBUFFER, fbo);
1126 ctx.glDeleteFramebuffers(1, &fbo);
3268 GLuint fbo = 0x1234;
3276 ctx.glGenFramebuffers (1, &fbo);
3277 ctx.glBindFramebuffer (GL_READ_FRAMEBUFFER, fbo);
3288 ctx.glDeleteFramebuffers(1, &fbo);