Lines Matching refs:LOCK_READONLY

1134 		case LOCK_READONLY:  in lockRect()
1425 case LOCK_READONLY: in lockExternal()
1504 case LOCK_READONLY: in lockInternal()
1515 if(lock == LOCK_READONLY && client == PUBLIC) in lockInternal()
1947 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in genericUpdate()
1995 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeR8G8B8()
2038 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeX1R5G5B5()
2083 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeA1R5G5B5()
2129 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeX4R4G4B4()
2174 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeA4R4G4B4()
2220 unsigned char *sourceSlice = (unsigned char*)source.lockRect(0, 0, 0, sw::LOCK_READONLY); in decodeP8()
2267 const DXT1 *source = (const DXT1*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeDXT1()
2332 const DXT3 *source = (const DXT3*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeDXT3()
2382 const DXT5 *source = (const DXT5*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeDXT5()
2456 const ATI1 *source = (const ATI1*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeATI1()
2512 const ATI2 *source = (const ATI2*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeATI2()
2594 …ETC_Decoder::Decode((const byte*)external.lockRect(0, 0, 0, LOCK_READONLY), (byte*)internal.lockRe… in decodeETC2()
2635 …ETC_Decoder::Decode((const byte*)external.lockRect(0, 0, 0, LOCK_READONLY), src, external.width, e… in decodeEAC()
3660 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge()