Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayGenerateMipMap.cpp590 StorageConfig storage_config4; in initTest() local
592 storage_config4.m_width = 173; in initTest()
593 storage_config4.m_height = 173; in initTest()
594 storage_config4.m_depth = 12; in initTest()
595 storage_config4.m_to_id = 0; in initTest()
596storage_config4.m_levels = getAmountOfLevelsForTexture(storage_config4.m_width, storage_config4.m_… in initTest()
601 m_non_filterable_texture_configs.push_back(storage_config4); in initTest()