Searched refs:shiftIndices (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.h | 111 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/ |
D | GLEncoder.cpp | 595 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()
|