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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_init.c21 CRStateBits *__currentBits = NULL; variable
488 if (!__currentBits) {
489 __currentBits = (CRStateBits *) crCalloc( sizeof(CRStateBits) );
490 crStateClientInitBits( &(__currentBits->client) );
491 crStateLightingInitBits( &(__currentBits->lighting) );
550 if (__currentBits)
552 crStateClientDestroyBits(&(__currentBits->client));
553 crStateLightingDestroyBits(&(__currentBits->lighting));
554 crFree(__currentBits);
555 __currentBits
[all...]

Completed in 43 milliseconds