Searched refs:m_xfb_indexed_binding_points_count (Results 1 – 2 of 2) sorted by relevance
222 , m_xfb_indexed_binding_points_count(0) in DefaultsTest()316 gl.getIntegerv(GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS, &m_xfb_indexed_binding_points_count); in prepare()332 for (glw::GLint i = 0; i < m_xfb_indexed_binding_points_count; ++i) in testBuffersBindingPoints()378 for (glw::GLint i = 0; i < m_xfb_indexed_binding_points_count; ++i) in testBuffersDimensions()413 for (glw::GLint i = 0; i < m_xfb_indexed_binding_points_count; ++i) in testBuffersDimensions()
151 glw::GLint m_xfb_indexed_binding_points_count; member in gl4cts::DirectStateAccess::TransformFeedback::DefaultsTest