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);
3263 GLuint fbo = 0x1234;
3271 ctx.glGenFramebuffers (1, &fbo);
3272 ctx.glBindFramebuffer (GL_READ_FRAMEBUFFER, fbo);
3283 ctx.glDeleteFramebuffers(1, &fbo);