Home
last modified time | relevance | path

Searched refs:CopyLineLoopIndicesWithRestart (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h337 void CopyLineLoopIndicesWithRestart(GLsizei indexCount, const uint8_t *srcPtr, uint8_t *outPtr) in CopyLineLoopIndicesWithRestart() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp168 CopyLineLoopIndicesWithRestart<GLubyte, GLuint>( in GetLineLoopIndices()
173 CopyLineLoopIndicesWithRestart<GLushort, GLuint>( in GetLineLoopIndices()
178 CopyLineLoopIndicesWithRestart<GLuint, GLuint>( in GetLineLoopIndices()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp587 CopyLineLoopIndicesWithRestart<uint8_t, uint8_t>(indexCount, srcPtr, outPtr); in HandlePrimitiveRestart()
591 CopyLineLoopIndicesWithRestart<uint8_t, uint16_t>(indexCount, srcPtr, outPtr); in HandlePrimitiveRestart()
595 CopyLineLoopIndicesWithRestart<uint16_t, uint16_t>(indexCount, srcPtr, outPtr); in HandlePrimitiveRestart()
598 CopyLineLoopIndicesWithRestart<uint32_t, uint32_t>(indexCount, srcPtr, outPtr); in HandlePrimitiveRestart()