Searched refs:ConvertIndexArray (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A 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()
|