Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h105 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices() function
114 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices() function
127 if (!shouldExclude) return shiftIndices(indices, count, offset); in shiftIndicesExcept()
142 if (!shouldExclude) return shiftIndices(src, dst, count, offset); in shiftIndicesExcept()
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp589 GLUtils::shiftIndices<unsigned char>((unsigned char *)indices, in s_glDrawElements()
599 GLUtils::shiftIndices<unsigned short>((unsigned short *)indices, in s_glDrawElements()
609 GLUtils::shiftIndices<unsigned int>((unsigned int *)indices, in s_glDrawElements()