Lines Matching refs:Framebuffer
137 class Framebuffer class
140 …Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 f…
141 ~Framebuffer (void);
249 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, d… in Framebuffer() function in deqp::gles3::Functional::Framebuffer
317 Framebuffer::~Framebuffer (void) in ~Framebuffer()
324 void Framebuffer::checkCompleteness (void) in checkCompleteness()
333 deUint32 Framebuffer::createTex2D (deUint32 name, GLenum format, int width, int height) in createTex2D()
354 deUint32 Framebuffer::createRbo (deUint32 name, GLenum format, int width, int height) in createRbo()
365 void Framebuffer::destroyBuffer (deUint32 name, GLenum type) in destroyBuffer()
553 Framebuffer fbo(context, m_config, width, height); in render()
640 Framebuffer fboA(context, m_config, width, height); in render()
648 Framebuffer fboB(context, cfg, width, height); in render()
877 Framebuffer fboA(context, m_config, width, height); in render()
885 Framebuffer fboB(context, cfg, width, height); in render()
1140 Framebuffer fbo(context, m_config, initialWidth, initialHeight); in render()
1290 Framebuffer fbo(ctx, m_config, width, height); in render()