Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DglUtils.h103 bool shouldExclude, T whatExclude) { in minmaxExcept() argument
105 if (!shouldExclude) return minmax(indices, count, min, max); in minmaxExcept()
139 bool shouldExclude, T whatExclude) { in shiftIndicesExcept() argument
141 if (!shouldExclude) return shiftIndices(indices, count, offset); in shiftIndicesExcept()
154 bool shouldExclude, T whatExclude) { in shiftIndicesExcept() argument
156 if (!shouldExclude) return shiftIndices(src, dst, count, offset); in shiftIndicesExcept()