Home
last modified time | relevance | path

Searched defs:sourceSlice (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DSurface.cpp1947 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in genericUpdate() local
1995 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeR8G8B8() local
2038 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeX1R5G5B5() local
2083 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeA1R5G5B5() local
2129 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeX4R4G4B4() local
2174 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeA4R4G4B4() local
2220 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeP8() local
/external/swiftshader/src/Device/
DSurface.cpp1483 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in genericUpdate() local