Home
last modified time | relevance | path

Searched refs:n_tf_varyings (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.hpp52 const glw::GLchar* te_body, const glw::GLchar* vs_body, const glw::GLuint& n_tf_varyings,
Dgl4cSparseBufferTests.hpp53 const glw::GLchar* const* tf_varyings = DE_NULL, unsigned int n_tf_varyings = 0,
Dgl4cSparseBufferTests.cpp194 const glw::GLchar* const* tf_varyings, unsigned int n_tf_varyings, in createProgram() argument
276 if (n_tf_varyings != 0) in createProgram()
278 gl.transformFeedbackVaryings(po_id, n_tf_varyings, tf_varyings, tf_varying_mode); in createProgram()
5912 static const unsigned int n_tf_varyings = sizeof(tf_varyings) / sizeof(tf_varyings[0]); in initTestCaseGlobal() local
5930 tf_varyings, n_tf_varyings, GL_INTERLEAVED_ATTRIBS); in initTestCaseGlobal()
5938 tf_varyings, n_tf_varyings, GL_SEPARATE_ATTRIBS); in initTestCaseGlobal()
Dgl3cCullDistanceTests.cpp72 const glw::GLuint& n_tf_varyings, const glw::GLchar** tf_varyings, in buildProgram() argument
153 if (n_tf_varyings > 0) in buildProgram()
155 gl.transformFeedbackVaryings(po_id, n_tf_varyings, tf_varyings, GL_INTERLEAVED_ATTRIBS); in buildProgram()