Searched refs:m_max_xfb_separate_components (Results 1 – 2 of 2) sorted by relevance
640 glw::GLint m_max_xfb_separate_components; member in gl3cts::TransformFeedback::CheckGetXFBVarying
3313 , m_max_xfb_separate_components(0) in CheckGetXFBVarying()3331 gl.getIntegerv(GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS, &m_max_xfb_separate_components); in fetchLimits()3352 (attribute_components * m_max_xfb_separate_components); in numberOfAttributes()3356 if (attribute_components > glw::GLuint(m_max_xfb_separate_components)) in numberOfAttributes()