Searched refs:n_tf_varyings (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cCullDistanceTests.hpp | 52 const glw::GLchar* te_body, const glw::GLchar* vs_body, const glw::GLuint& n_tf_varyings,
|
D | gl4cSparseBufferTests.hpp | 53 const glw::GLchar* const* tf_varyings = DE_NULL, unsigned int n_tf_varyings = 0,
|
D | gl4cSparseBufferTests.cpp | 194 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()
|
D | gl3cCullDistanceTests.cpp | 72 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()
|