Home
last modified time | relevance | path

Searched refs:m_max_xfb_separate_components (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.hpp642 glw::GLint m_max_xfb_separate_components; member in gl3cts::TransformFeedback::CheckGetXFBVarying
H A Dgl3cTransformFeedbackTests.cpp3372 , 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()