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

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

Completed in 88 milliseconds