Searched defs:sourceSlice (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 1930 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in genericUpdate() local 1978 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeR8G8B8() local 2021 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeX1R5G5B5() local 2066 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeA1R5G5B5() local 2112 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeX4R4G4B4() local 2157 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeA4R4G4B4() local 2203 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeP8() local
|