Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DglUtils.h119 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices() function
128 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices() function
141 if (!shouldExclude) return shiftIndices(indices, count, offset); in shiftIndicesExcept()
156 if (!shouldExclude) return shiftIndices(src, dst, count, offset); in shiftIndicesExcept()
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp600 GLUtils::shiftIndices<unsigned char>((unsigned char *)indices, in s_glDrawElements()
611 GLUtils::shiftIndices<unsigned short>((unsigned short *)indices, in s_glDrawElements()
622 GLUtils::shiftIndices<unsigned int>((unsigned int *)indices, in s_glDrawElements()