Home
last modified time | relevance | path

Searched refs:expandedDst (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp311 GLushort *expandedDst = reinterpret_cast<GLushort *>(dst); in convertIndexBufferCPU() local
327 expandedDst[index] = value; in convertIndexBufferCPU()
335 expandedDst[index] = static_cast<GLushort>(in[index]); in convertIndexBufferCPU()
/external/angle/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm95 GLushort *expandedDst = reinterpret_cast<GLushort *>(dst);
102 expandedDst[index] = static_cast<GLushort>(in[index]);