Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp4774 static std::map<GLenum, std::string> attachment_name_map; in TestBase() local
4775 if (attachment_name_map.empty()) in TestBase()
4777 attachment_name_map[GL_TEXTURE_2D] = "texture2d"; in TestBase()
4778 attachment_name_map[GL_TEXTURE_CUBE_MAP_NEGATIVE_X] = "cubemap_negx"; in TestBase()
4779 attachment_name_map[GL_TEXTURE_CUBE_MAP_NEGATIVE_Y] = "cubemap_negy"; in TestBase()
4780 attachment_name_map[GL_TEXTURE_CUBE_MAP_NEGATIVE_Z] = "cubemap_negz"; in TestBase()
4781 attachment_name_map[GL_TEXTURE_CUBE_MAP_POSITIVE_X] = "cubemap_posx"; in TestBase()
4782 attachment_name_map[GL_TEXTURE_CUBE_MAP_POSITIVE_Y] = "cubemap_posy"; in TestBase()
4783 attachment_name_map[GL_TEXTURE_CUBE_MAP_POSITIVE_Z] = "cubemap_posz"; in TestBase()
4784 attachment_name_map[GL_TEXTURE_2D_ARRA in TestBase()
[all...]

Completed in 7 milliseconds