Searched refs:m_dstFbo (Results 1 – 1 of 1) sorted by relevance
3333 de::MovePtr<glu::Framebuffer> m_dstFbo; member in deqp::gles31::Functional::__anon2babdd300111::BlitFboCase3403 m_dstFbo = de::MovePtr<glu::Framebuffer>(new glu::Framebuffer(m_context.getRenderContext())); in init()3404 gl.bindFramebuffer(GL_FRAMEBUFFER, **m_dstFbo); in init()3533 m_dstFbo.clear(); in deinit()3566 …gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, (m_dst == TARGET_FBO) ? (**m_dstFbo) : (m_context.getRende… in iterate()3597 …gl.bindFramebuffer(GL_READ_FRAMEBUFFER, (m_dst == TARGET_FBO) ? (**m_dstFbo) : (m_context.getRende… in verifyImage()