HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SAMPLES (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
Extensions3D.h 95 MAX_SAMPLES = 0x8D57,
  /external/icu4c/i18n/unicode/
plurrule.h 365 static const int32_t MAX_SAMPLES = 3;
  /external/icu4c/i18n/
plurrule.cpp 566 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;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 229 m_context->getIntegerv(Extensions3D::MAX_SAMPLES, &maxSampleCount);

Completed in 308 milliseconds