Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DSurface.cpp1969 unsigned char *destinationElement = destinationRow; in genericUpdate() local
1974 destination.write(destinationElement, color); in genericUpdate()
1977 destinationElement += destination.bytes; in genericUpdate()
2010 unsigned char *destinationElement = destinationRow; in decodeR8G8B8() local
2018 *(unsigned int*)destinationElement = 0xFF000000 | (r << 16) | (g << 8) | (b << 0); in decodeR8G8B8()
2021 destinationElement += destination.bytes; in decodeR8G8B8()
2053 unsigned char *destinationElement = destinationRow; in decodeX1R5G5B5() local
2063 *(unsigned int*)destinationElement = 0xFF000000 | r | g | b; in decodeX1R5G5B5()
2066 destinationElement += destination.bytes; in decodeX1R5G5B5()
2098 unsigned char *destinationElement = destinationRow; in decodeA1R5G5B5() local
[all …]
/external/swiftshader/src/Device/
DSurface.cpp1505 unsigned char *destinationElement = destinationRow; in genericUpdate() local
1510 destination.write(destinationElement, color); in genericUpdate()
1513 destinationElement += destination.bytes; in genericUpdate()