Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTBlockList.h16 using IndexFn = int (*)(const GrBlockAllocator::Block*); variable
19 template <typename T, bool Forward, bool Const, IndexFn Start, IndexFn End, NextFn Next,
376 IndexFn Start, // Returns the index of the first valid item in a block
377 IndexFn End, // Returns the index of the last valid item (so it is inclusive)