Home | History | Annotate | Download | only in functional

Lines Matching defs:Framebuffer

21  * \brief Framebuffer Object Tests.
137 class Framebuffer
140 Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32 colorBuffer = 0, deUint32 depthStencilBuffer = 0);
141 ~Framebuffer (void);
249 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorBufferName, deUint32 depthStencilBufferName)
317 Framebuffer::~Framebuffer (void)
324 void Framebuffer::checkCompleteness (void)
333 deUint32 Framebuffer::createTex2D (deUint32 name, GLenum format, int width, int height)
354 deUint32 Framebuffer::createRbo (deUint32 name, GLenum format, int width, int height)
365 void Framebuffer::destroyBuffer (deUint32 name, GLenum type)
553 Framebuffer fbo(context, m_config, width, height);
556 // Bind framebuffer and clear
640 Framebuffer fboA(context, m_config, width, height);
648 Framebuffer fboB(context, cfg, width, height);
877 Framebuffer fboA(context, m_config, width, height);
885 Framebuffer fboB(context, cfg, width, height);
1105 : FboRenderCase (context, config.getName().c_str(), "Resize framebuffer", config)
1140 Framebuffer fbo(context, m_config, initialWidth, initialHeight);
1290 Framebuffer fbo(ctx, m_config, width, height);