Changeset 40845 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest
- Timestamp:
- Apr 10, 2012 1:07:39 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77366
- Location:
- trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest
- Files:
-
- 1 added
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTest.cpp
r40649 r40845 26 26 #include <iprt/thread.h> 27 27 28 bool is3DAccelerationSupported() 28 #include <VBox/VBoxOGLTest.h> 29 30 bool RTCALL VBoxOglIs3DAccelerationSupported() 29 31 { 30 32 static char pszVBoxPath[RTPATH_MAX]; -
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp
r40649 r40845 26 26 #endif /* VBOX_WITH_COCOA_QT */ 27 27 28 bool is3DAccelerationSupported() 28 #include <VBox/VBoxOGLTest.h> 29 30 bool RTCALL VBoxOglIs3DAccelerationSupported() 29 31 { 30 32 CGDirectDisplayID display = CGMainDisplayID ();
Note:
See TracChangeset
for help on using the changeset viewer.