Lines Matching defs:in
24 CRMessage *in, out;
34 crNetGetMessage( render_spu.swap_conns[a], &in );
35 crNetFree( render_spu.swap_conns[a], in);
45 crNetGetMessage( render_spu.swap_conns[0], &in );
46 crNetFree( render_spu.swap_conns[0], in);
157 crWarning("the specified ctx key %d is in use", idCtx);
635 crWarning("the specified window key %d is in use", id);
706 * this set also ensures all redraw operations are done in the redraw thread
1052 * the lock is actually needed to ensure we're in synch with the redraw thread */
1088 * since the lock order used in presentation thread is compositor lock() -> hash table lock (aquired for id->window resolution)
1090 * we are can be sure noone will modify the table here since renderspuVBoxCompositorClearAll can be called in the command (hgcm) thread only,
1210 * Draw the mouse pointer bitmap at (x,y) in window coords.
1376 crWarning("Render SPU: Bad barrier name %d in BarrierExec()", name);
1460 // crWarning("Unhandled target in renderspuChromiumParameteriCR()");
1474 crWarning("Unhandled target in renderspuChromiumParameterfCR()");
1582 * in SwapBuffers above] is not necessary -- karl
1641 WARN(("Unhandled target in renderspuChromiumParametervCR(0x%x)", (int) target));