Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp114 static const glw::GLuint textures_count = 2; in iterate() local
116 glw::GLuint textures_legacy[textures_count] = {}; in iterate()
117 glw::GLuint textures_dsa[texture_targets_count][textures_count] = {}; in iterate()
122 gl.genTextures(textures_count, textures_legacy); in iterate()
125 for (glw::GLuint i = 0; i < textures_count; ++i) in iterate()
142 gl.createTextures(texture_targets[j], textures_count, textures_dsa[j]); in iterate()
145 for (glw::GLuint i = 0; i < textures_count; ++i) in iterate()
166 for (glw::GLuint i = 0; i < textures_count; ++i) in iterate()