Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGetTextureSubImageTests.cpp512 } test_textures[] = { { m_texture_1D, "GL_TEXTURE_1D" }, in testTwoDimmensionalTextureErrors() local
516 static const glw::GLuint test_textures_size = sizeof(test_textures) / sizeof(test_textures[0]); in testTwoDimmensionalTextureErrors()
522 m_gl_GetTextureSubImage(test_textures[i].id, 0, 0, 0, 1, s_texture_data_width, in testTwoDimmensionalTextureErrors()
523 (test_textures[i].id == m_texture_1D) ? 1 : s_texture_data_height, 2, GL_RGBA, in testTwoDimmensionalTextureErrors()
537 << test_textures[i].target_name << " and either zoffset is not zero, or depth" in testTwoDimmensionalTextureErrors()