/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A 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()
|
H A D | esextcGeometryShaderAPI.cpp | 3801 const char* tf_varyings[2] = { "out_gs_1", "out_vs_1" }; in iterate() local 3803 gl.transformFeedbackVaryings(m_gs_po_id, 1 /*count*/, &tf_varyings[0], GL_INTERLEAVED_ATTRIBS); in iterate() 3806 gl.transformFeedbackVaryings(m_vs_po_id, 1 /*count*/, &tf_varyings[1], GL_INTERLEAVED_ATTRIBS); in iterate() 4068 const char* tf_varyings[] = { "out_gs_1" }; in iterate() local 4070 gl.transformFeedbackVaryings(m_po_id, 1 /*count*/, tf_varyings, GL_INTERLEAVED_ATTRIBS); in iterate() 4299 const char* tf_varyings[] = { "out_gs_1" }; in iterate() local 4303 gl.transformFeedbackVaryings(m_po_ids[i], 1 /*count*/, tf_varyings, GL_INTERLEAVED_ATTRIBS); in iterate()
|
H A 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/ |
H A D | gl3cCullDistanceTests.hpp | 53 const glw::GLchar** tf_varyings, glw::GLuint* out_program);
|
H A D | gl4cSparseBufferTests.hpp | 53 const glw::GLchar* const* tf_varyings = DE_NULL, unsigned int n_tf_varyings = 0,
|
H A D | gl4cSparseBufferTests.cpp | 179 * @param tf_varyings Transform-feedback varying names to use for the 182 * @param n_tf_varyings See @param tf_varyings definition. 194 const glw::GLchar* const* tf_varyings, unsigned int n_tf_varyings, in createProgram() 278 gl.transformFeedbackVaryings(po_id, n_tf_varyings, tf_varyings, tf_varying_mode); in createProgram() 3239 0, /* tf_varyings */ in initTestCaseGlobal() 5911 static const char* tf_varyings[] = { "instance_id", "vertex_id" }; 5912 static const unsigned int n_tf_varyings = sizeof(tf_varyings) / sizeof(tf_varyings[0]); 5930 tf_varyings, n_tf_varyings, GL_INTERLEAVED_ATTRIBS); 5938 tf_varyings, n_tf_varying 189 createProgram(const glw::Functions& gl, const char** fs_body_parts, unsigned int n_fs_body_parts, const char** vs_body_parts, unsigned int n_vs_body_parts, const char** attribute_names, const unsigned int* attribute_locations, unsigned int n_attribute_properties, const glw::GLchar* const* tf_varyings, unsigned int n_tf_varyings, glw::GLenum tf_varying_mode) createProgram() argument [all...] |
H A D | gl3cCullDistanceTests.cpp | 64 * @param [in] tf_varyings Transform feedback varyings names 72 const glw::GLuint& n_tf_varyings, const glw::GLchar** tf_varyings, in buildProgram() 155 gl.transformFeedbackVaryings(po_id, n_tf_varyings, tf_varyings, GL_INTERLEAVED_ATTRIBS); in buildProgram() 68 buildProgram(const glw::Functions& gl, tcu::TestContext& testCtx, const glw::GLchar* cs_body, const glw::GLchar* fs_body, const glw::GLchar* gs_body, const glw::GLchar* tc_body, const glw::GLchar* te_body, const glw::GLchar* vs_body, const glw::GLuint& n_tf_varyings, const glw::GLchar** tf_varyings, glw::GLuint* out_program) buildProgram() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
H A D | esextcDrawElementsBaseVertexTests.cpp | 317 const glw::GLchar* tf_varyings[] = { "gl_Position" }; in buildProgram() local 320 tf_varyings, GL_SEPARATE_ATTRIBS); in buildProgram()
|