Searched refs:MAX_QUEUE_SIZE (Results 1 – 3 of 3) sorted by relevance
80 static constexpr int MAX_QUEUE_SIZE = 100000; variable87 DrawElement fQueue[MAX_QUEUE_SIZE];
272 SkASSERT(fQueueSize < MAX_QUEUE_SIZE); \
71 private static final int MAX_QUEUE_SIZE = 1024; field in EventFacade300 while (mEventQueue.size() >= MAX_QUEUE_SIZE) { in postEvent()