Searched refs:m_rbo_color_src (Results 1 – 2 of 2) sorted by relevance
2674 , m_rbo_color_src(0) in BlitTest()2760 gl.genRenderbuffers(1, &m_rbo_color_src); in PrepareFramebuffers()2763 gl.bindRenderbuffer(GL_RENDERBUFFER, m_rbo_color_src); in PrepareFramebuffers()2769 gl.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, m_rbo_color_src); in PrepareFramebuffers()3112 if (m_rbo_color_src) in Clean()3114 gl.deleteRenderbuffers(1, &m_rbo_color_src); in Clean()3116 m_rbo_color_src = 0; in Clean()
2718 glw::GLuint m_rbo_color_src; member in gl4cts::DirectStateAccess::Framebuffers::BlitTest