Searched refs:m_to_rgba8_id (Results 1 – 2 of 2) sorted by relevance
392 , m_to_rgba8_id(0) in GeometryShaderLayeredFramebufferClear()497 gl.genTextures(1, &m_to_rgba8_id); in iterate()519 glw::GLuint to_id = (n == 0) ? m_to_rgba8_id : (n == 1) ? m_to_rgba32i_id : m_to_rgba32ui_id; in iterate()553 glw::GLuint to_id = (n == 0) ? m_to_rgba8_id : (n == 1) ? m_to_rgba32i_id : m_to_rgba32ui_id; in iterate()602 to_id = m_to_rgba8_id; in iterate()808 if (m_to_rgba8_id != 0) in deinit()810 gl.deleteTextures(1, &m_to_rgba8_id); in deinit()
158 glw::GLuint m_to_rgba8_id; member in glcts::GeometryShaderLayeredFramebufferClear