Home
last modified time | relevance | path

Searched refs:n_xfb_names (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderInvariance.cpp465 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()
DesextcTessellationShaderTCTE.cpp1600 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()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp11634 const unsigned int n_xfb_names = sizeof(xfb_names) / sizeof(xfb_names[0]); in initTestIteration() local
11636 gl.transformFeedbackVaryings(m_po_id, n_xfb_names, xfb_names, GL_INTERLEAVED_ATTRIBS); in initTestIteration()