Searched refs:ConvertIndexArray (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/ |
D | IndexDataManager.cpp | 28 void ConvertIndexArray(const void *input, in ConvertIndexArray() function 73 ConvertIndexArray<GLubyte, GLushort>(input, sourceType, output, destinationType, count, in ConvertIndices() 79 ConvertIndexArray<GLushort, GLuint>(input, sourceType, output, destinationType, count, in ConvertIndices()
|