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

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp7276 unsigned int n_vs_subroutine = ((n_subroutine_permutation & (1 << 4)) != 0) ? 1 : 0; local
7289 { GL_VERTEX_SHADER, vs_po_id, vs_subroutine_indices + n_vs_subroutine },
7316 n_te_subroutine, n_vs_idx, n_vs_subroutine);
7350 * @param n_vs_subroutine Index of the subroutine used in the vertex shader for
7357 unsigned int n_vs_subroutine)
7408 if (n_vs_subroutine == 0)
7449 << " n_vs_subroutine:" << n_vs_subroutine << "; expected:"
7353 verifyReadBuffer(unsigned int n_fs_id, unsigned int n_fs_subroutine, unsigned int n_gs_id, unsigned int n_gs_subroutine, unsigned int n_tc_id, unsigned int n_tc_subroutine, unsigned int n_te_id, unsigned int n_te_subroutine, unsigned int n_vs_id, unsigned int n_vs_subroutine) argument

Completed in 604 milliseconds