Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp335 GLushort *expandedDst = reinterpret_cast<GLushort *>(dst); in convertIndexBufferCPU() local
351 expandedDst[index] = value; in convertIndexBufferCPU()
359 expandedDst[index] = static_cast<GLushort>(in[index]); in convertIndexBufferCPU()
/external/angle/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm99 GLushort *expandedDst = reinterpret_cast<GLushort *>(dst);
107 expandedDst[index] = 0xFFFF;
111 expandedDst[index] = static_cast<GLushort>(in[index]);
119 expandedDst[index] = static_cast<GLushort>(in[index]);