Home | History | Annotate | Download | only in Renderer

Lines Matching refs:lockInternal

1179 		void *lockInternal(int x, int y, int z, Lock lock, Accessor client) override
1181 return Surface::lockInternal(x, y, z, lock, client);
1377 void *Surface::lockInternal(int x, int y, int z, Lock lock, Accessor client)
3234 float *target = (float*)lockInternal(0, 0, 0, lock, PUBLIC) + x0 + width2 * y0;
3254 float *buffer = (float*)lockInternal(0, 0, 0, lock, PUBLIC);
3411 row = (unsigned char*)lockInternal(x0, y0, 0, LOCK_WRITEONLY, PUBLIC);