Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayGenerateMipMap.cpp572 StorageConfig storage_config2; in initTest() local
574 storage_config2.m_width = 117; in initTest()
575 storage_config2.m_height = 117; in initTest()
576 storage_config2.m_depth = 6; in initTest()
577 storage_config2.m_to_id = 0; in initTest()
578storage_config2.m_levels = getAmountOfLevelsForTexture(storage_config2.m_width, storage_config2.m_… in initTest()
599 m_non_filterable_texture_configs.push_back(storage_config2); in initTest()