Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:bindframebuffer

158 void BindFramebuffer(GLenum target, GLuint framebuffer);
384 return es2::BindFramebuffer(target, framebuffer);
389 return es2::BindFramebuffer(target, framebuffer);
1343 this->glBindFramebuffer = es2::BindFramebuffer;