Searched refs:s_capture_ways (Results 1 – 2 of 2) sorted by relevance
3350 const glw::GLuint max_xfb_components = (s_capture_ways[capture_way] == GL_INTERLEAVED_ATTRIBS) ? in numberOfAttributes()3354 if (s_capture_ways[capture_way] == GL_SEPARATE_ATTRIBS) in numberOfAttributes()3365 if (s_capture_ways[capture_way] == GL_SEPARATE_ATTRIBS && in numberOfAttributes()3566 &xfb_varyings_c[0], number_of_attributes, s_capture_ways[capture_way]); in buildProgram()3654 if (glw::GLenum(xfb_mode) != s_capture_ways[capture_way]) in check()3738 const glw::GLenum gl3cts::TransformFeedback::CheckGetXFBVarying::s_capture_ways[] = { GL_INTERLEAVE… member in gl3cts::TransformFeedback::CheckGetXFBVarying3742 sizeof(s_capture_ways) / sizeof(s_capture_ways[0]);
674 static const glw::GLenum s_capture_ways[]; member in gl3cts::TransformFeedback::CheckGetXFBVarying