Searched defs:pCglContext (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestDarwin.cpp131 CGLContextObj pCglContext = 0; local
132 rcCgl = CGLCreateContext(pPixelFormat, NULL, &pCglContext);
141 if (pCglContext)
151 CGLSetCurrentContext(pCglContext);
164 CGLDestroyContext(pCglContext);

Completed in 42 milliseconds