Lines Matching defs:Framebuffer

21  * \brief Framebuffer Object Tests.
234 // Framebuffer config.
347 : TestError("Framebuffer is not complete", getFboIncompleteReasonName(reason), file, line)
353 class Framebuffer
356 Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32 colorbuffer = 0, deUint32 depthbuffer = 0, deUint32 stencilbuffer = 0);
357 ~Framebuffer (void);
409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorbuffer, deUint32 depthbuffer, deUint32 stencilbuffer)
476 Framebuffer::~Framebuffer (void)
484 void Framebuffer::checkCompleteness (void)
493 void Framebuffer::createRbo (deUint32& name, GLenum format, int width, int height)
501 void Framebuffer::destroyBuffer (deUint32 name, GLenum type)
668 Framebuffer fbo(context, getConfig(), width, height);
773 Framebuffer fbo(ctx, getConfig(), width, height);
875 Framebuffer fboA(context, getConfig(), m_fboAWidth, m_fboAHeight);
885 Framebuffer fboB(context, getConfig(), m_fboBWidth, m_fboBHeight);
957 Framebuffer fbo(context, getConfig(), width, height);
1014 Framebuffer fbo(context, getConfig(), width, height);
1122 Framebuffer fbo(ctx, getConfig(), width, height);
1206 Framebuffer fboA(context, getConfig(), width, height);
1213 Framebuffer fboB(context, cfg, width, height);
1448 Framebuffer fboA(context, getConfig(), width, height);
1455 Framebuffer fboB(context, cfg, width, height);
1696 Framebuffer fbo(context, getConfig(), 128, 128);
1865 Framebuffer fbo(ctx, getConfig(), width, height);