Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayGenerateMipMap.cpp581 StorageConfig storage_config3; in initTest() local
583 storage_config3.m_width = 256; in initTest()
584 storage_config3.m_height = 256; in initTest()
585 storage_config3.m_depth = 6; in initTest()
586 storage_config3.m_to_id = 0; in initTest()
587storage_config3.m_levels = getAmountOfLevelsForTexture(storage_config3.m_width, storage_config3.m_… in initTest()
600 m_non_filterable_texture_configs.push_back(storage_config3); in initTest()