Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3125 de::MovePtr<glu::Framebuffer> m_dstFbo; member in deqp::gles31::Functional::__anon2babdd300111::BlitFboCase
3193 m_dstFbo = de::MovePtr<glu::Framebuffer>(new glu::Framebuffer(m_context.getRenderContext())); in init()
3194 gl.bindFramebuffer(GL_FRAMEBUFFER, **m_dstFbo); in init()
3323 m_dstFbo.clear(); in deinit()
3356 …gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, (m_dst == TARGET_FBO) ? (**m_dstFbo) : (m_context.getRende… in iterate()
3387 …gl.bindFramebuffer(GL_READ_FRAMEBUFFER, (m_dst == TARGET_FBO) ? (**m_dstFbo) : (m_context.getRende… in verifyImage()