Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DSurface.cpp1795 unsigned char *destinationRow = destinationSlice; in genericUpdate() local
1801 memcpy(destinationRow, sourceRow, rowBytes); in genericUpdate()
1806 unsigned char *destinationElement = destinationRow; in genericUpdate()
1819 destinationRow += destination.pitchB; in genericUpdate()
1842 unsigned char *destinationRow = destinationSlice; in decodeR8G8B8() local
1847 unsigned char *destinationElement = destinationRow; in decodeR8G8B8()
1862 destinationRow += destination.pitchB; in decodeR8G8B8()
1885 unsigned char *destinationRow = destinationSlice; in decodeX1R5G5B5() local
1890 unsigned char *destinationElement = destinationRow; in decodeX1R5G5B5()
1907 destinationRow += destination.pitchB; in decodeX1R5G5B5()
[all …]