Lines Matching full:framebuffer
20 #include "Framebuffer.h"
133 TRACE("\t! Error generated: invalid framebuffer operation\n");
155 void BindFramebuffer(GLenum target, GLuint framebuffer);
156 void BindFramebufferOES(GLenum target, GLuint framebuffer);
244 GLboolean IsFramebufferOES(GLuint framebuffer);
337 sw::FrameBuffer *createFrameBuffer(void *nativeDisplay, EGLNativeWindowType window, int width, int height);
561 GL_API void GL_APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer)
563 return es1::BindFramebuffer(target, framebuffer);
566 GL_API void GL_APIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer)
568 return es1::BindFramebufferOES(target, framebuffer);
988 GL_API GLboolean GL_APIENTRY glIsFramebufferOES(GLuint framebuffer)
990 return es1::IsFramebufferOES(framebuffer);