Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DExtensions3D.h95 MAX_SAMPLES = 0x8D57, enumerator
/external/icu4c/i18n/unicode/
Dplurrule.h365 static const int32_t MAX_SAMPLES = 3; variable
/external/icu4c/i18n/
Dplurrule.cpp566 int32_t limit = getRepeatLimit() * MAX_SAMPLES * 2; in initSamples()
594 if (newSampleInfo[found] == MAX_SAMPLES) { // limit flag not set in initSamples()
610 if (newSampleInfo[found] == MAX_SAMPLES) { // limit flag not set in initSamples()
638 int32_t mask = len < MAX_SAMPLES ? LIMIT_MASK : info & LIMIT_MASK; in initSamples()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.cpp229 m_context->getIntegerv(Extensions3D::MAX_SAMPLES, &maxSampleCount); in reset()