Searched defs:n_xfb_varyings (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTCTE.cpp1466 glw::GLint n_xfb_varyings = 0; local
1470 getXFBProperties(&xfb_varyings, &n_xfb_varyings, &xfb_size);
1472 gl.transformFeedbackVaryings(m_po_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRIBS);
1539 static const unsigned int n_xfb_varyings = sizeof(xfb_varyings) / sizeof(xfb_varyings[0]); local
1548 *out_n_names = n_xfb_varyings;
2606 unsigned int n_xfb_varyings = 0; local
2611 n_xfb_varyings = sizeof(xfb_varyings_w_pointsize) / sizeof(xfb_varyings_w_pointsize[0]);
2629 n_xfb_varyings = sizeof(xfb_varyings_wo_pointsize) / sizeof(xfb_varyings_wo_pointsize[0]);
2644 gl.transformFeedbackVaryings(run.te_program_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRIBS);
2650 gl.transformFeedbackVaryings(run.po_id, n_xfb_varyings, xfb_varying
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp3603 const unsigned int n_xfb_varyings = sizeof(xfb_varyings) / sizeof(xfb_varyings[0]); local
3605 gl.transformFeedbackVaryings(m_po_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRIBS);
H A Dgl4cShaderSubroutineTests.cpp810 * @param n_xfb_varyings Amount of XFB varyings defined in @param xfb_varyings.Can be 0.
833 const glw::GLchar** xfb_varyings, const unsigned int& n_xfb_varyings, glw::GLuint* out_vs_id,
946 gl.transformFeedbackVaryings(*out_po_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRIBS);
2194 const unsigned int n_xfb_varyings = sizeof(xfb_varyings) / sizeof(xfb_varyings[0]); local
2196 if (!Utils::buildProgram(gl, vs_body, empty_body, empty_body, empty_body, empty_body, xfb_varyings, n_xfb_varyings,
5020 const unsigned int n_xfb_varyings = sizeof(xfb_varyings) / sizeof(xfb_varyings[0]); local
5025 xfb_varyings, n_xfb_varyings, &m_vs_id, DE_NULL, /* out_tc_id */
8221 DE_NULL, /* n_xfb_varyings */
9252 DE_NULL, /* n_xfb_varyings */
11135 0, /* n_xfb_varyings */
831 buildProgram(const glw::Functions& gl, const std::string& vs_body, const std::string& tc_body, const std::string& te_body, const std::string& gs_body, const std::string& fs_body, const glw::GLchar** xfb_varyings, const unsigned int& n_xfb_varyings, glw::GLuint* out_vs_id, glw::GLuint* out_tc_id, glw::GLuint* out_te_id, glw::GLuint* out_gs_id, glw::GLuint* out_fs_id, glw::GLuint* out_po_id) argument
[all...]

Completed in 5910 milliseconds