Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp1947 static const GLsizei n_samplers = 4; in iterate() local
1956 GLsizei count = n_samplers; in iterate()
1960 size_t validated_index = n_samplers - 1; in iterate()
1969 if (n_samplers > max_samplers) in iterate()
1976 GLuint sampler_ids[n_samplers]; in iterate()
1979 gl.genSamplers(n_samplers, sampler_ids); in iterate()
1986 GLsizei t_count = n_samplers; in iterate()
1990 if (n_samplers <= max_samplers) in iterate()
1992 t_first = max_samplers - n_samplers + 1; in iterate()
2009 GLuint t_sampler_ids[n_samplers]; in iterate()
[all...]
H A Dgl4cShaderSubroutineTests.cpp5771 static const GLint n_samplers = 2; in testDraw() local
5776 for (GLuint i = 0; i < n_samplers; ++i) in testDraw()

Completed in 18 milliseconds