Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h89 bool shouldExclude, T whatExclude) { in minmaxExcept() argument
91 if (!shouldExclude) return minmax(indices, count, min, max); in minmaxExcept()
125 bool shouldExclude, T whatExclude) { in shiftIndicesExcept() argument
127 if (!shouldExclude) return shiftIndices(indices, count, offset); in shiftIndicesExcept()
140 bool shouldExclude, T whatExclude) { in shiftIndicesExcept() argument
142 if (!shouldExclude) return shiftIndices(src, dst, count, offset); in shiftIndicesExcept()