Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp305 typedef std::vector<formatDefinition> formatsVectorType; typedef in glcts::TextureCubeMapArraySamplingTest
667 void testFormats(formatsVectorType& formats, resolutionsVectorType& resolutions);
679 formatsVectorType m_formats;
680 formatsVectorType m_compressed_formats;
DesextcTextureCubeMapArraySampling.cpp3601 void TextureCubeMapArraySamplingTest::testFormats(formatsVectorType& formats, resolutionsVectorType…
3606 …for (formatsVectorType::iterator format = formats.begin(), end_format = formats.end(); end_format …