Lines Matching defs:fbo
191 void setupFbo (const Context& ctx, GLuint seed, GLuint fbo) in setupFbo()
232 void drawFbo (const Context& ctx, GLuint fbo, Surface& dst) in drawFbo()
250 GLuint getFboAttachment (const Functions& gl, GLuint fbo, GLenum requiredType) in getFboAttachment()
277 Framebuffer fbo(getRenderContext()); in initAttachment() local
299 void FboInputAttacher::drawContainer (GLuint fbo, Surface& dst) in drawContainer()
307 void FboOutputAttacher::setupContainer (GLuint seed, GLuint fbo) in setupContainer()
317 Framebuffer fbo(getRenderContext()); in drawAttachment() local
330 void TextureFboAttacher::attach (GLuint texture, GLuint fbo) in attach()
344 void TextureFboAttacher::detach (GLuint texture, GLuint fbo) in detach()
358 GLuint TextureFboAttacher::getAttachment (GLuint fbo) in getAttachment()
538 void RboFboAttacher::attach (GLuint rbo, GLuint fbo) in attach()
551 void RboFboAttacher::detach (GLuint rbo, GLuint fbo) in detach()
565 GLuint RboFboAttacher::getAttachment (GLuint fbo) in getAttachment()