Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h111 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices() function
120 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices() function
133 if (!shouldExclude) return shiftIndices(indices, count, offset); in shiftIndicesExcept()
148 if (!shouldExclude) return shiftIndices(src, dst, count, offset); in shiftIndicesExcept()
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp595 GLUtils::shiftIndices<unsigned char>((unsigned char *)indices, in s_glDrawElements()
606 GLUtils::shiftIndices<unsigned short>((unsigned short *)indices, in s_glDrawElements()
617 GLUtils::shiftIndices<unsigned int>((unsigned int *)indices, in s_glDrawElements()