Searched refs:MAX_SAMPLES (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dplurrule.h386 static const int32_t MAX_SAMPLES = 3; member in class:PluralRules
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DExtensions3D.h128 MAX_SAMPLES = 0x8D57, enumerator in enum:WebCore::Extensions3D::ExtensionsEnumType
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
H A DFECustomFilter.cpp281 m_context->getIntegerv(Extensions3D::MAX_SAMPLES, &maxSupportedSampleCount);
/external/icu4c/i18n/
H A Dplurrule.cpp577 int32_t limit = getRepeatLimit() * MAX_SAMPLES * 2;
605 if (newSampleInfo[found] == MAX_SAMPLES) { // limit flag not set
621 if (newSampleInfo[found] == MAX_SAMPLES) { // limit flag not set
647 // if a rule is 'unlimited' but has fewer than MAX_SAMPLES samples,
649 int32_t mask = len < MAX_SAMPLES ? LIMIT_MASK : info & LIMIT_MASK;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
H A DDrawingBuffer.cpp466 m_context->getIntegerv(Extensions3D::MAX_SAMPLES, &maxSampleCount);

Completed in 2444 milliseconds