Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp386 GLushort *expandedDst = reinterpret_cast<GLushort *>(dst); in convertIndexBufferCPU() local
402 expandedDst[index] = value; in convertIndexBufferCPU()
410 expandedDst[index] = static_cast<GLushort>(in[index]); in convertIndexBufferCPU()
/external/angle/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm98 GLushort *expandedDst = reinterpret_cast<GLushort *>(dst);
106 expandedDst[index] = 0xFFFF;
110 expandedDst[index] = static_cast<GLushort>(in[index]);
118 expandedDst[index] = static_cast<GLushort>(in[index]);