Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/common/
DImage.cpp213 const unsigned short *sourceH = reinterpret_cast<const unsigned short*>(source); in LoadImageRow() local
218 destH[4 * x + 0] = sourceH[x * 3 + 0]; in LoadImageRow()
219 destH[4 * x + 1] = sourceH[x * 3 + 1]; in LoadImageRow()
220 destH[4 * x + 2] = sourceH[x * 3 + 2]; in LoadImageRow()