Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp7164 , m_fbo_2nd(0) in FunctionalTest()
7305 gl.createFramebuffers(1, &m_fbo_2nd); in PrepareSecondFramebuffer()
7308 gl.namedFramebufferTexture(m_fbo_2nd, GL_COLOR_ATTACHMENT0, m_to_color, 0); in PrepareSecondFramebuffer()
7311 if (GL_FRAMEBUFFER_COMPLETE != gl.checkNamedFramebufferStatus(m_fbo_2nd, GL_FRAMEBUFFER)) in PrepareSecondFramebuffer()
7686 …gl.blitNamedFramebuffer(m_fbo_1st, m_fbo_2nd, 0, 0, 8, 8, 0, 0, 4, 3, GL_COLOR_BUFFER_BIT, GL_NEAR… in DrawAndBlit()
7705 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo_2nd); in CheckSecondFramebufferContent()
7746 if (m_fbo_2nd) in Clean()
7748 gl.deleteFramebuffers(1, &m_fbo_2nd); in Clean()
7750 m_fbo_2nd = 0; in Clean()
Dgl4cDirectStateAccessTests.hpp3578 glw::GLuint m_fbo_2nd; member in gl4cts::DirectStateAccess::Framebuffers::FunctionalTest