Lines Matching refs:lockRect

653 	void *Surface::Buffer::lockRect(int x, int y, int z, Lock lock)  in lockRect()  function in sw::Surface::Buffer
953 return external.lockRect(x, y, z, lock); in lockExternal()
1034 return internal.lockRect(x, y, z, lock); in lockInternal()
1058 return stencil.lockRect(x, y, front, LOCK_READWRITE); // FIXME in lockStencil()
1483 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in genericUpdate()
1484 unsigned char *destinationSlice = (unsigned char*)destination.lockRect(0, 0, 0, sw::LOCK_UPDATE); in genericUpdate()
1531 unsigned int *destSlice = (unsigned int*)internal.lockRect(0, 0, 0, LOCK_UPDATE); in decodeDXT1()
1532 const DXT1 *source = (const DXT1*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeDXT1()
1596 unsigned int *destSlice = (unsigned int*)internal.lockRect(0, 0, 0, LOCK_UPDATE); in decodeDXT3()
1597 const DXT3 *source = (const DXT3*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeDXT3()
1646 unsigned int *destSlice = (unsigned int*)internal.lockRect(0, 0, 0, LOCK_UPDATE); in decodeDXT5()
1647 const DXT5 *source = (const DXT5*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeDXT5()
1720 byte *destSlice = (byte*)internal.lockRect(0, 0, 0, LOCK_UPDATE); in decodeATI1()
1721 const ATI1 *source = (const ATI1*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeATI1()
1776 word *destSlice = (word*)internal.lockRect(0, 0, 0, LOCK_UPDATE); in decodeATI2()
1777 const ATI2 *source = (const ATI2*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeATI2()
1859 …ETC_Decoder::Decode((const byte*)external.lockRect(0, 0, 0, LOCK_READONLY), (byte*)internal.lockRe… in decodeETC2()
1878 byte *src = (byte*)internal.lockRect(0, 0, 0, LOCK_READWRITE); in decodeETC2()
1899 byte *src = (byte*)internal.lockRect(0, 0, 0, LOCK_READWRITE); in decodeEAC()
1900 …ETC_Decoder::Decode((const byte*)external.lockRect(0, 0, 0, LOCK_READONLY), src, external.width, e… in decodeEAC()
3338 void *source = internal.lockRect(0, 0, 0, LOCK_READWRITE); in resolve()