Searched refs:pixelFormatObj (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.c117 CGLPixelFormatObj pixelFormatObj ; local
134 CGLChoosePixelFormat( attribs, &pixelFormatObj, &numPixelFormats );
135 if ( pixelFormatObj == NULL ) // No full screen context support
137 CGLCreateContext( pixelFormatObj, NULL, &glContextObj ) ;
138 CGLDestroyPixelFormat( pixelFormatObj ) ;

Completed in 76 milliseconds