Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessQueriesTests.cpp1277 glw::GLuint pnames_count = sizeof(pnames) / sizeof(pnames[0]); in isParameterName() local
1279 for (glw::GLuint i = 0; i < pnames_count; ++i) in isParameterName()
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp3818 glw::GLuint pnames_count = sizeof(pnames) / sizeof(pnames[0]); in TestDefaultFramebuffer() local
3820 for (glw::GLuint i = 0; i < pnames_count; ++i) in TestDefaultFramebuffer()
3892 glw::GLuint pnames_count = sizeof(pnames) / sizeof(pnames[0]); in TestCustomFramebuffer() local
3894 for (glw::GLuint i = 0; i < pnames_count; ++i) in TestCustomFramebuffer()
Dgl4cDirectStateAccessTexturesTests.cpp8260 static const glw::GLuint pnames_count = sizeof(pnames) / sizeof(pnames[0]); in iterate() local
8265 for (glw::GLuint j = 0; j < pnames_count; ++j) in iterate()
8308 for (glw::GLuint j = 0; j < pnames_count; ++j) in iterate()