Home | History | Annotate | Download | only in GLES2

Lines Matching full:framebuffer

13 void API_ENTRY(glBindFramebuffer)(GLenum target, GLuint framebuffer) {
14 CALL_GL_API(glBindFramebuffer, target, framebuffer);
250 GLboolean API_ENTRY(glIsFramebuffer)(GLuint framebuffer) {
251 CALL_GL_API_RETURN(glIsFramebuffer, framebuffer);