Searched refs:glContextObj (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/common/
H A Dglgrab.c116 CGLContextObj glContextObj; local
137 CGLCreateContext( pixelFormatObj, NULL, &glContextObj ) ;
139 if ( glContextObj == NULL )
143 CGLSetCurrentContext( glContextObj ) ;
144 CGLSetFullScreen( glContextObj ) ;
163 CGLClearDrawable( glContextObj ); // disassociate from full screen
164 CGLDestroyContext( glContextObj ); // and destroy the context
209 CGLClearDrawable( glContextObj ); // disassociate from full screen
210 CGLDestroyContext( glContextObj ); // and destroy the context

Completed in 55 milliseconds