Searched refs:CopyTriangleFanIndicesWithRestart (Results 1 – 1 of 1) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 222 void CopyTriangleFanIndicesWithRestart(const void *indices, in CopyTriangleFanIndicesWithRestart() function 277 CopyTriangleFanIndicesWithRestart<GLubyte>(indices, count, indexType, bufferOut); in GetTriFanIndices() 280 CopyTriangleFanIndicesWithRestart<GLushort>(indices, count, indexType, bufferOut); in GetTriFanIndices() 283 CopyTriangleFanIndicesWithRestart<GLuint>(indices, count, indexType, bufferOut); in GetTriFanIndices()
|