Searched refs:m_dstFbo (Results 1 – 1 of 1) sorted by relevance
3297 de::MovePtr<glu::Framebuffer> m_dstFbo; member in deqp::gles31::Functional::__anond3ff4fef0111::BlitFboCase3365 m_dstFbo = de::MovePtr<glu::Framebuffer>(new glu::Framebuffer(m_context.getRenderContext())); in init()3366 gl.bindFramebuffer(GL_FRAMEBUFFER, **m_dstFbo); in init()3495 m_dstFbo.clear(); in deinit()3528 …gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, (m_dst == TARGET_FBO) ? (**m_dstFbo) : (m_context.getRende… in iterate()3559 …gl.bindFramebuffer(GL_READ_FRAMEBUFFER, (m_dst == TARGET_FBO) ? (**m_dstFbo) : (m_context.getRende… in verifyImage()