Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp1832 static const GLsizei n_textures = 4; in iterate() local
1842 GLsizei count = n_textures; in iterate()
1846 size_t validated_index = n_textures - 1; in iterate()
1855 if (n_textures > max_textures) in iterate()
1862 Texture texture[n_textures]; in iterate()
1863 GLuint texture_ids[n_textures]; in iterate()
1871 for (size_t i = 0; i < n_textures; ++i) in iterate()
1878 GLsizei t_count = n_textures; in iterate()
1882 if (n_textures <= max_textures) in iterate()
1884 t_first = max_textures - n_textures in iterate()
2068 static const GLsizei n_textures = 4; iterate() local
[all...]

Completed in 5 milliseconds