Home
last modified time | relevance | path

Searched refs:n_samplers (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp1951 static const GLsizei n_samplers = 4; in iterate() local
1960 GLsizei count = n_samplers; in iterate()
1964 size_t validated_index = n_samplers - 1; in iterate()
1973 if (n_samplers > max_samplers) in iterate()
1980 GLuint sampler_ids[n_samplers]; in iterate()
1983 gl.genSamplers(n_samplers, sampler_ids); in iterate()
1990 GLsizei t_count = n_samplers; in iterate()
1994 if (n_samplers <= max_samplers) in iterate()
1996 t_first = max_samplers - n_samplers + 1; in iterate()
2013 GLuint t_sampler_ids[n_samplers]; in iterate()
[all …]
Dgl4cShaderSubroutineTests.cpp5773 static const GLint n_samplers = 2; in testDraw() local
5778 for (GLuint i = 0; i < n_samplers; ++i) in testDraw()