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