Home
last modified time | relevance | path

Searched refs:nsgfx_context (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.h98 NSGraphicsContext *nsgfx_context; /* Cocoa graphics context */ member
138 #define nsgfx_context (this->hidden->nsgfx_context) macro
DSDL_QuartzVideo.m1163 nsgfx_context = [NSGraphicsContext graphicsContextWithWindow:qz_window];
1164 [NSGraphicsContext setCurrentContext:nsgfx_context];
1521 if (ctx != nsgfx_context) { /* uhoh, you might be rendering from another thread... */
1522 [NSGraphicsContext setCurrentContext:nsgfx_context];
1523 ctx = nsgfx_context;