HomeSort by relevance Sort by last modified time
    Searched defs:pqInit (Results 1 - 5 of 5) sorted by null

  /external/skia/third_party/glu/libtess/
priorityq-sort.h 52 #undef pqInit
75 * repeatedly, then calling pqInit. In any case pqInit must be called
81 #define pqInit(pq) __gl_pqSortInit(pq)
116 int pqInit( PriorityQ *pq );
priorityq.h 52 #undef pqInit
75 * repeatedly, then calling pqInit. In any case pqInit must be called
81 #define pqInit(pq) __gl_pqSortInit(pq)
116 int pqInit( PriorityQ *pq );
priorityq-heap.c 153 void pqInit( PriorityQ *pq )
priorityq-heap.h 61 * repeatedly, then calling pqInit. In any case pqInit must be called
67 #define pqInit(pq) __gl_pqHeapInit(pq)
105 void pqInit( PriorityQ *pq );
priorityq.c 98 int pqInit( PriorityQ *pq )

Completed in 19 milliseconds