Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/common/
DImage.cpp711 const unsigned int *sourceI = reinterpret_cast<const unsigned int*>(source); in TransferRow() local
716 destI[4 * x + 0] = sourceI[x * 3 + 0]; in TransferRow()
717 destI[4 * x + 1] = sourceI[x * 3 + 1]; in TransferRow()
718 destI[4 * x + 2] = sourceI[x * 3 + 2]; in TransferRow()
975 const unsigned int *sourceI = reinterpret_cast<const unsigned int*>(source); in TransferRow() local
980 destI[x] = static_cast<unsigned char>(sourceI[x] & 0x000000FF); // FIXME: Quad layout in TransferRow()