Searched refs:shouldExclude (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.h | 95 bool shouldExclude, T whatExclude) { in minmaxExcept() argument 97 if (!shouldExclude) return minmax(indices, count, min, max); in minmaxExcept() 131 bool shouldExclude, T whatExclude) { in shiftIndicesExcept() argument 133 if (!shouldExclude) return shiftIndices(indices, count, offset); in shiftIndicesExcept() 146 bool shouldExclude, T whatExclude) { in shiftIndicesExcept() argument 148 if (!shouldExclude) return shiftIndices(src, dst, count, offset); in shiftIndicesExcept()
|