Home
last modified time | relevance | path

Searched refs:resolutionsVectorType (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.hpp307 typedef std::vector<resolutionDefinition> resolutionsVectorType; typedef in glcts::TextureCubeMapArraySamplingTest
667 void testFormats(formatsVectorType& formats, resolutionsVectorType& resolutions);
683 resolutionsVectorType m_resolutions;
684 resolutionsVectorType m_compressed_resolutions;
H A DesextcTextureCubeMapArraySampling.cpp3140 for (resolutionsVectorType::iterator resolution = m_compressed_resolutions.begin(), in iterate()
3595 void TextureCubeMapArraySamplingTest::testFormats(formatsVectorType& formats, resolutionsVectorType& resolutions)
3613 for (resolutionsVectorType::iterator resolution = resolutions.begin(), end_resolution = resolutions.end();

Completed in 10 milliseconds