Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dcocoawindow.m604 fullScreenContext = [[NSOpenGLContext alloc]
606 if (!fullScreenContext) {
611 actualContext = fullScreenContext;
619 [fullScreenContext setFullScreen];
621 [fullScreenContext makeCurrentContext];
635 [fullScreenContext clearDrawable];
636 [fullScreenContext release];
637 fullScreenContext = nil;
709 if (fullScreenContext) {
711 [fullScreenContext clearDrawable];
[all …]
Dcocoawindow.h46 NSOpenGLContext* fullScreenContext; variable