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

/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestDarwin.cpp44 bool *pfAppropriate = (bool *)pvUser; local
50 it sets pfAppropriate to TRUE, otherwise to FALSE. */
78 *pfAppropriate = cMatchingServices > 1;
84 LogRel(("OpenGL: Offline rendering support is %s (pid=%d)\n", *pfAppropriate ? "ON" : "OFF", (int)getpid()));

Completed in 83 milliseconds