Home | History | Annotate | Download | only in GLES

Lines Matching full:framebuffer

709 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
710 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
725 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFEROESPROC) (GLuint framebuffer);
726 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFEROESPROC) (GLenum target, GLuint framebuffer);