Home | History | Annotate | Download | only in GLES

Lines Matching full:framebuffer

300 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFEROESPROC) (GLuint framebuffer);
301 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFEROESPROC) (GLenum target, GLuint framebuffer);
316 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
317 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);