Searched refs:tf_varyings (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderPrimitiveQueries.cpp | 348 const char* tf_varyings[] = { "gl_Position" }; in iterate() local 351 gl.transformFeedbackVaryings(m_po_id, sizeof(tf_varyings) / sizeof(tf_varyings[0]), tf_varyings, in iterate()
|
D | esextcGeometryShaderAPI.cpp | 3798 const char* tf_varyings[2] = { "out_gs_1", "out_vs_1" }; in iterate() local 3800 gl.transformFeedbackVaryings(m_gs_po_id, 1 /*count*/, &tf_varyings[0], GL_INTERLEAVED_ATTRIBS); in iterate() 3803 gl.transformFeedbackVaryings(m_vs_po_id, 1 /*count*/, &tf_varyings[1], GL_INTERLEAVED_ATTRIBS); in iterate() 4065 const char* tf_varyings[] = { "out_gs_1" }; in iterate() local 4067 gl.transformFeedbackVaryings(m_po_id, 1 /*count*/, tf_varyings, GL_INTERLEAVED_ATTRIBS); in iterate() 4296 const char* tf_varyings[] = { "out_gs_1" }; in iterate() local 4300 gl.transformFeedbackVaryings(m_po_ids[i], 1 /*count*/, tf_varyings, GL_INTERLEAVED_ATTRIBS); in iterate()
|
D | esextcGeometryShaderLinking.cpp | 2358 const char* tf_varyings[] = { "out_vs_1", "out_gs_1" }; in iterate() local 2360 gl.transformFeedbackVaryings(m_po_id, 2 /*count*/, tf_varyings, GL_INTERLEAVED_ATTRIBS); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cCullDistanceTests.hpp | 53 const glw::GLchar** tf_varyings, glw::GLuint* out_program);
|
D | gl4cSparseBufferTests.cpp | 194 const glw::GLchar* const* tf_varyings, unsigned int n_tf_varyings, in createProgram() argument 278 gl.transformFeedbackVaryings(po_id, n_tf_varyings, tf_varyings, tf_varying_mode); in createProgram() 5911 static const char* tf_varyings[] = { "instance_id", "vertex_id" }; in initTestCaseGlobal() local 5912 static const unsigned int n_tf_varyings = sizeof(tf_varyings) / sizeof(tf_varyings[0]); in initTestCaseGlobal() 5930 tf_varyings, n_tf_varyings, GL_INTERLEAVED_ATTRIBS); in initTestCaseGlobal() 5938 tf_varyings, n_tf_varyings, GL_SEPARATE_ATTRIBS); in initTestCaseGlobal()
|
D | gl4cSparseBufferTests.hpp | 53 const glw::GLchar* const* tf_varyings = DE_NULL, unsigned int n_tf_varyings = 0,
|
D | gl3cCullDistanceTests.cpp | 72 const glw::GLuint& n_tf_varyings, const glw::GLchar** tf_varyings, in buildProgram() argument 155 gl.transformFeedbackVaryings(po_id, n_tf_varyings, tf_varyings, GL_INTERLEAVED_ATTRIBS); in buildProgram()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
D | esextcDrawElementsBaseVertexTests.cpp | 317 const glw::GLchar* tf_varyings[] = { "gl_Position" }; in buildProgram() local 320 tf_varyings, GL_SEPARATE_ATTRIBS); in buildProgram()
|