Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp3729 …static const glw::GLenum tested_formats[] = { GL_R8, GL_R3_G3_B2, GL_RGBA16, GL_R11F_G11F_B1… in iterate() local
3731 static const size_t n_tested_formats = sizeof(tested_formats) / sizeof(tested_formats[0]); in iterate()
3786 const size_t format_idx = get_index_of_format(tested_formats[tested_format_idx]); in iterate()