Searched refs:destinationSlice (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 1948 unsigned char *destinationSlice = (unsigned char*)destination.lockRect(0, 0, 0, sw::LOCK_UPDATE); in genericUpdate() local 1958 unsigned char *destinationRow = destinationSlice; in genericUpdate() 1986 destinationSlice += destination.sliceB; in genericUpdate() 1996 unsigned char *destinationSlice = (unsigned char*)destination.lockRect(0, 0, 0, sw::LOCK_UPDATE); in decodeR8G8B8() local 2005 unsigned char *destinationRow = destinationSlice; in decodeR8G8B8() 2029 destinationSlice += destination.sliceB; in decodeR8G8B8() 2039 unsigned char *destinationSlice = (unsigned char*)destination.lockRect(0, 0, 0, sw::LOCK_UPDATE); in decodeX1R5G5B5() local 2048 unsigned char *destinationRow = destinationSlice; in decodeX1R5G5B5() 2074 destinationSlice += destination.sliceB; in decodeX1R5G5B5() 2084 unsigned char *destinationSlice = (unsigned char*)destination.lockRect(0, 0, 0, sw::LOCK_UPDATE); in decodeA1R5G5B5() local [all …]
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.mm | 205 destinationSlice: 0 494 destinationSlice: 0 636 destinationSlice: 0
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 259 destinationSlice: 0 554 destinationSlice: 0 698 destinationSlice: 0
|
/external/swiftshader/src/Device/ |
D | Surface.cpp | 1484 unsigned char *destinationSlice = (unsigned char*)destination.lockRect(0, 0, 0, sw::LOCK_UPDATE); in genericUpdate() local 1494 unsigned char *destinationRow = destinationSlice; in genericUpdate() 1522 destinationSlice += destination.sliceB; in genericUpdate()
|