Searched refs:resolutionsVectorType (Results 1 – 2 of 2) sorted by relevance
307 typedef std::vector<resolutionDefinition> resolutionsVectorType; typedef in glcts::TextureCubeMapArraySamplingTest667 void testFormats(formatsVectorType& formats, resolutionsVectorType& resolutions);683 resolutionsVectorType m_resolutions;684 resolutionsVectorType m_compressed_resolutions;
3146 for (resolutionsVectorType::iterator resolution = m_compressed_resolutions.begin(), in iterate()3601 void TextureCubeMapArraySamplingTest::testFormats(formatsVectorType& formats, resolutionsVectorType…3619 …for (resolutionsVectorType::iterator resolution = resolutions.begin(), end_resolution = resolution…