Lines Matching full:framebuffer
230 GLboolean glIsFramebufferOES(GLuint framebuffer);
231 void glBindFramebufferOES(GLenum target, GLuint framebuffer);
1645 GLboolean glIsFramebufferOES(GLuint framebuffer)
1648 return ctx->glIsFramebufferOES(ctx, framebuffer);
1651 void glBindFramebufferOES(GLenum target, GLuint framebuffer)
1654 ctx->glBindFramebufferOES(ctx, target, framebuffer);