Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/common/
DImage.cpp133 unsigned short *destS = reinterpret_cast<unsigned short*>(dest + xoffset * 8); in LoadImageRow() local
137 destS[4 * x + 0] = sourceS[x * 3 + 0]; in LoadImageRow()
138 destS[4 * x + 1] = sourceS[x * 3 + 1]; in LoadImageRow()
139 destS[4 * x + 2] = sourceS[x * 3 + 2]; in LoadImageRow()
140 destS[4 * x + 3] = 0x7FFF; in LoadImageRow()
148 unsigned short *destS = reinterpret_cast<unsigned short*>(dest + xoffset * 8); in LoadImageRow() local
152 destS[4 * x + 0] = sourceS[x * 3 + 0]; in LoadImageRow()
153 destS[4 * x + 1] = sourceS[x * 3 + 1]; in LoadImageRow()
154 destS[4 * x + 2] = sourceS[x * 3 + 2]; in LoadImageRow()
155 destS[4 * x + 3] = 0xFFFF; in LoadImageRow()