Lines Matching full:framebuffer
12 void glBindFramebuffer(GLenum target, GLuint framebuffer);
91 GLboolean glIsFramebuffer(GLuint framebuffer);
451 void glBindFramebuffer(GLenum target, GLuint framebuffer)
454 ctx->glBindFramebuffer(ctx, target, framebuffer);
940 GLboolean glIsFramebuffer(GLuint framebuffer)
943 return ctx->glIsFramebuffer(ctx, framebuffer);