Searched refs:CopyTriangleFanIndicesWithRestart (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 227 void CopyTriangleFanIndicesWithRestart(const void *indices, in CopyTriangleFanIndicesWithRestart() function 282 CopyTriangleFanIndicesWithRestart<GLubyte>(indices, count, indexType, bufferOut); in GetTriFanIndices() 285 CopyTriangleFanIndicesWithRestart<GLushort>(indices, count, indexType, bufferOut); in GetTriFanIndices() 288 CopyTriangleFanIndicesWithRestart<GLuint>(indices, count, indexType, bufferOut); in GetTriFanIndices()
|