Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayGenerateMipMap.cpp563 StorageConfig storage_config1; in initTest() local
565 storage_config1.m_width = 64; in initTest()
566 storage_config1.m_height = 64; in initTest()
567 storage_config1.m_depth = 18; in initTest()
568 storage_config1.m_to_id = 0; in initTest()
569storage_config1.m_levels = getAmountOfLevelsForTexture(storage_config1.m_width, storage_config1.m_… in initTest()
598 m_non_filterable_texture_configs.push_back(storage_config1); in initTest()