Home | History | Annotate | Download | only in functional

Lines Matching full:framebuffer

1027 	MovePtr<glu::Framebuffer>			m_fbo;
1279 m_fbo = MovePtr<glu::Framebuffer>(new glu::Framebuffer(renderCtx));
1282 GLU_EXPECT_NO_ERROR(gl.getError(), "Create and setup framebuffer object");
1284 log << TestLog::Message << "Using a framebuffer object with renderbuffer with format "
1349 m_fbo = MovePtr<glu::Framebuffer>(DE_NULL);