Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayColorDepthAttachments.cpp206 m_resolutions.push_back(_texture_size(8, 8)); in TextureCubeMapArrayColorDepthAttachmentsTest()
207 m_resolutions.push_back(_texture_size(64, 3)); in TextureCubeMapArrayColorDepthAttachmentsTest()
208 m_resolutions.push_back(_texture_size(117, 1)); in TextureCubeMapArrayColorDepthAttachmentsTest()
209 m_resolutions.push_back(_texture_size(256, 1)); in TextureCubeMapArrayColorDepthAttachmentsTest()
210 m_resolutions.push_back(_texture_size(173, 3)); in TextureCubeMapArrayColorDepthAttachmentsTest()
653 for (_texture_size_vector::iterator texture_size_iterator = m_resolutions.begin(), in iterate()
654 end_iterator = m_resolutions.end(); in iterate()
DesextcTextureCubeMapArrayColorDepthAttachments.hpp114 _texture_size_vector m_resolutions; member in glcts::TextureCubeMapArrayColorDepthAttachmentsTest
DesextcTextureCubeMapArrayImageOperations.cpp59 const int m_resolutions[TextureCubeMapArrayImageOpCompute::m_n_resolutions] variable
565 glw::GLuint width = m_resolutions[res_index][DL_WIDTH]; in iterate()
566 glw::GLuint height = m_resolutions[res_index][DL_HEIGHT]; in iterate()
567 glw::GLuint depth = m_resolutions[res_index][DL_DEPTH]; in iterate()
DesextcTextureCubeMapArraySampling.hpp683 resolutionsVectorType m_resolutions; member in glcts::TextureCubeMapArraySamplingTest
DesextcTextureCubeMapArraySampling.cpp1746 m_resolutions.push_back(resolutionDefinition(64, 64, 18)); in TextureCubeMapArraySamplingTest()
1747 m_resolutions.push_back(resolutionDefinition(117, 117, 6)); in TextureCubeMapArraySamplingTest()
1748 m_resolutions.push_back(resolutionDefinition(256, 256, 6)); in TextureCubeMapArraySamplingTest()
1749 m_resolutions.push_back(resolutionDefinition(173, 173, 12)); in TextureCubeMapArraySamplingTest()
3190 testFormats(m_formats, m_resolutions); in iterate()