Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.hpp84 VkSampleCountFlags getSampleCounts() const;
DVkPhysicalDevice.cpp416 VkSampleCountFlags PhysicalDevice::getSampleCounts() const in getSampleCounts() function in vk::PhysicalDevice
423 VkSampleCountFlags sampleCounts = getSampleCounts(); in getLimits()
1474 pImageFormatProperties->sampleCounts = getSampleCounts(); in getImageFormatProperties()
/external/cldr/tools/java/org/unicode/cldr/tool/
DPluralRulesFactory.java152 public Set<Count> getSampleCounts(String locale, PluralType type) { in getSampleCounts() method in PluralRulesFactory
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSupplementalInfo.java1720 Set<Count> countsFound = prf.getSampleCounts(locale, in TestPluralCompleteness()