Searched defs:CRSTATE_IS_SERVER_CP (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_client.c1547 #define CRSTATE_IS_SERVER_CP(cp) (!(cp).enabled || !(cp).p || ((cp).buffer && (cp).buffer->id) || ((cp).locked)) macro
1555 CRSTATE_IS_SERVER_CP(*cp) ? "":"!FAIL!");
1561 CRSTATE_IS_SERVER_CP(*cp) ? "":"!FAIL!");
1582 res = CRSTATE_IS_SERVER_CP(c->array.v)
1583 && CRSTATE_IS_SERVER_CP(c->array.n)
1584 && CRSTATE_IS_SERVER_CP(c->array.c)
1585 && CRSTATE_IS_SERVER_CP(c->array.i)
1586 && CRSTATE_IS_SERVER_CP(c->array.e)
1587 && CRSTATE_IS_SERVER_CP(c->array.s)
1588 && CRSTATE_IS_SERVER_CP(
[all...]

Completed in 45 milliseconds