Home
last modified time | relevance | path

Searched refs:m_dstFbo (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3333 de::MovePtr<glu::Framebuffer> m_dstFbo; member in deqp::gles31::Functional::__anon8c432bb90111::BlitFboCase
3403 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()