Searched refs:xfb_varyings (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTCTE.cpp | 1467 const glw::GLchar** xfb_varyings = NULL; in initTest() local 1470 getXFBProperties(&xfb_varyings, &n_xfb_varyings, &xfb_size); in initTest() 1472 gl.transformFeedbackVaryings(m_po_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRIBS); in initTest() 1523 static const glw::GLchar* xfb_varyings[] = { "result_float", "result_int", "result_ivec3", in getXFBProperties() local 1539 static const unsigned int n_xfb_varyings = sizeof(xfb_varyings) / sizeof(xfb_varyings[0]); in getXFBProperties() 1543 *out_names = xfb_varyings; in getXFBProperties() 2605 const char** xfb_varyings = DE_NULL; in initTestRun() local 2610 xfb_varyings = xfb_varyings_w_pointsize; in initTestRun() 2628 xfb_varyings in initTestRun() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttrib64BitTest.cpp | 3601 const char* xfb_varyings[] = { "out_bo1_dmat3", "out_bo1_double", "out_bo1_int", "out_bo1_dvec2", in initProgramObject() local 3603 const unsigned int n_xfb_varyings = sizeof(xfb_varyings) / sizeof(xfb_varyings[0]); in initProgramObject() 3605 gl.transformFeedbackVaryings(m_po_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRIBS); in initProgramObject()
|
H A D | gl4cShaderSubroutineTests.cpp | 809 * @param xfb_varyings An array of names of varyings to use for XFB. Can be NULL. 810 * @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, in buildProgram() 944 if (xfb_varyings != NULL) in buildProgram() 946 gl.transformFeedbackVaryings(*out_po_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRIBS); in buildProgram() 2191 const glw::GLchar* xfb_varyings[] = { "result" }; in executeTestIteration() local 2192 const unsigned int n_xfb_varyings = sizeof(xfb_varyings) / sizeof(xfb_varyings[0]); in executeTestIteration() 2194 if (!Utils::buildProgram(gl, vs_body, empty_body, empty_body, empty_body, empty_body, xfb_varyings, n_xfb_varyings, in executeTestIteration() 5016 const char* xfb_varyings[] in initTest() local 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) buildProgram() argument [all...] |
H A D | gl3cTransformFeedbackTests.cpp | 3518 std::vector<std::string> xfb_varyings(number_of_attributes); in buildProgram() 3528 xfb_varyings[i] = varying; in buildProgram() 3529 xfb_varyings_c[i] = xfb_varyings[i].c_str(); in buildProgram() 3663 glw::GLint xfb_varyings = 0; in check() local 3667 gl.getProgramiv(program, GL_TRANSFORM_FEEDBACK_VARYINGS, &xfb_varyings); in check() 3673 if (glw::GLuint(xfb_varyings) != number_of_attributes) in check()
|
H A D | gl4cShaderSubroutineTests.hpp | 248 const glw::GLchar** xfb_varyings, const unsigned int& n_xfb_varyings,
|
Completed in 26 milliseconds