Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3332 de::MovePtr<glu::Framebuffer> m_srcFbo; member in deqp::gles31::Functional::__anon8c432bb90111::BlitFboCase
3390 m_srcFbo = de::MovePtr<glu::Framebuffer>(new glu::Framebuffer(m_context.getRenderContext())); in init()
3391 gl.bindFramebuffer(GL_FRAMEBUFFER, **m_srcFbo); in init()
3531 m_srcFbo.clear(); in deinit()
3570 …gl.bindFramebuffer(GL_READ_FRAMEBUFFER, (m_src == TARGET_FBO) ? (**m_srcFbo) : (m_context.getRende… in iterate()
3648 …gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, (m_src == TARGET_FBO) ? (**m_srcFbo) : (m_context.getRende… in fillSourceWithPattern()