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

  /external/chromium_org/cc/resources/
priority_calculator.h 30 static inline bool priority_is_lower(int a, int b) { return a > b; } function in class:cc::PriorityCalculator
prioritized_resource_manager.h 168 return PriorityCalculator::priority_is_lower(
prioritized_resource_manager.cc 209 if (PriorityCalculator::priority_is_lower(texture->request_priority(),

Completed in 3420 milliseconds