Home
last modified time | relevance | path

Searched refs:nscontexts (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.h117 NSMutableArray *nscontexts; member
A DSDL_cocoaopengl.m88 NSMutableArray *contexts = oldwindowdata->nscontexts;
101 NSMutableArray *contexts = windowdata->nscontexts;
A DSDL_cocoawindow.m230 if (!data || !data->nscontexts) {
241 NSMutableArray *contexts = data->nscontexts;
1376 data->nscontexts = [[NSMutableArray alloc] init];
2014 NSArray *contexts = [[data->nscontexts copy] autorelease];
2019 [data->nscontexts release];

Completed in 6 milliseconds