Searched refs:m_max_xfb_separate_components (Results 1 – 2 of 2) sorted by relevance
642 glw::GLint m_max_xfb_separate_components; member in gl3cts::TransformFeedback::CheckGetXFBVarying
3372 , m_max_xfb_separate_components(0) in CheckGetXFBVarying()3390 gl.getIntegerv(GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS, &m_max_xfb_separate_components); in fetchLimits()3411 … (attribute_components * m_max_xfb_separate_components); in numberOfAttributes()3415 if (attribute_components > glw::GLuint(m_max_xfb_separate_components)) in numberOfAttributes()