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

/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestDarwin.cpp122 CGLError rcCgl = CGLChoosePixelFormat(aAttribs, &pPixelFormat, &cPixelFormatsIgnored); local
123 if (rcCgl != kCGLNoError)
125 LogRel(("OpenGL Info: 3D test unable to choose pixel format (rcCgl=0x%X)\n", rcCgl));
132 rcCgl = CGLCreateContext(pPixelFormat, NULL, &pCglContext);
135 if (rcCgl != kCGLNoError)
137 LogRel(("OpenGL Info: 3D test unable to create context (rcCgl=0x%X)\n", rcCgl));

Completed in 171 milliseconds