Lines Matching refs:Framebuffer

353 class Framebuffer  class
356Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fb…
357 ~Framebuffer (void);
409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, d… in Framebuffer() function in deqp::gles2::Functional::Framebuffer
476 Framebuffer::~Framebuffer (void) in ~Framebuffer()
484 void Framebuffer::checkCompleteness (void) in checkCompleteness()
493 void Framebuffer::createRbo (deUint32& name, GLenum format, int width, int height) in createRbo()
501 void Framebuffer::destroyBuffer (deUint32 name, GLenum type) in destroyBuffer()
668 Framebuffer fbo(context, getConfig(), width, height); in render()
773 Framebuffer fbo(ctx, getConfig(), width, height); in render()
875 Framebuffer fboA(context, getConfig(), m_fboAWidth, m_fboAHeight); in render()
885 Framebuffer fboB(context, getConfig(), m_fboBWidth, m_fboBHeight); in render()
957 Framebuffer fbo(context, getConfig(), width, height); in render()
1014 Framebuffer fbo(context, getConfig(), width, height); in render()
1122 Framebuffer fbo(ctx, getConfig(), width, height); in render()
1206 Framebuffer fboA(context, getConfig(), width, height); in render()
1213 Framebuffer fboB(context, cfg, width, height); in render()
1448 Framebuffer fboA(context, getConfig(), width, height); in render()
1455 Framebuffer fboB(context, cfg, width, height); in render()
1696 Framebuffer fbo(context, getConfig(), 128, 128); in render()
1865 Framebuffer fbo(ctx, getConfig(), width, height); in render()