Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DglUtils.h77 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices() function
86 template <class T> void shiftIndices(T *src, T *dst, int count, int offset) in shiftIndices() function
/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.cpp590 GLUtils::shiftIndices<unsigned char>((unsigned char *)indices, in s_glDrawElements()
600 GLUtils::shiftIndices<unsigned short>((unsigned short *)indices, in s_glDrawElements()
610 GLUtils::shiftIndices<unsigned int>((unsigned int *)indices, in s_glDrawElements()
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp620 GLUtils::shiftIndices<unsigned char>((unsigned char *)indices, in s_glDrawElements()
630 GLUtils::shiftIndices<unsigned short>((unsigned short *)indices, in s_glDrawElements()
640 GLUtils::shiftIndices<unsigned int>((unsigned int *)indices, in s_glDrawElements()