Searched refs:n_xfb_names (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderInvariance.cpp | 465 unsigned int n_xfb_names = 0; in initTest() local 468 getXFBProperties(n_iteration, &n_xfb_names, &xfb_names); in initTest() 470 gl.transformFeedbackVaryings(program.po_id, n_xfb_names, xfb_names, GL_INTERLEAVED_ATTRIBS); in initTest()
|
H A D | esextcTessellationShaderTCTE.cpp | 1600 glw::GLint n_xfb_names = 0; in iterate() local 1605 getXFBProperties(&xfb_names, &n_xfb_names, &xfb_size); in iterate() 1625 for (glw::GLint n_xfb_name = 0; n_xfb_name < n_xfb_names; ++n_xfb_name) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 11604 const unsigned int n_xfb_names = sizeof(xfb_names) / sizeof(xfb_names[0]); in initTestIteration() local 11606 gl.transformFeedbackVaryings(m_po_id, n_xfb_names, xfb_names, GL_INTERLEAVED_ATTRIBS); in initTestIteration()
|
Completed in 30 milliseconds