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

/external/webkit/Source/WebCore/platform/graphics/
H A DExtensions3D.h95 MAX_SAMPLES = 0x8D57, enumerator in enum:WebCore::Extensions3D::ExtensionsEnumType
/external/icu4c/i18n/unicode/
H A Dplurrule.h365 static const int32_t MAX_SAMPLES = 3; member in class:PluralRules
/external/icu4c/i18n/
H A Dplurrule.cpp566 int32_t limit = getRepeatLimit() * MAX_SAMPLES * 2;
594 if (newSampleInfo[found] == MAX_SAMPLES) { // limit flag not set
610 if (newSampleInfo[found] == MAX_SAMPLES) { // limit flag not set
636 // if a rule is 'unlimited' but has fewer than MAX_SAMPLES samples,
638 int32_t mask = len < MAX_SAMPLES ? LIMIT_MASK : info & LIMIT_MASK;
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DDrawingBuffer.cpp229 m_context->getIntegerv(Extensions3D::MAX_SAMPLES, &maxSampleCount);

Completed in 120 milliseconds