Home
last modified time | relevance | path

Searched refs:__glutWarning (Results 1 – 12 of 12) sorted by relevance

/haiku/src/libs/glut/
H A DglutColor.cpp22 __glutWarning("glutSetColor: current window is RGBA"); in glutSetColor()
26 __glutWarning("glutGetColor: current window is RGBA"); in glutGetColor()
31 __glutWarning("glutCopyColormap: color index not supported in BeOS"); in glutCopyColormap()
H A DglutInit.cpp104 __glutWarning("glutInit being called a second time."); in glutInit()
137 __glutWarning("-display option only valid for X glut."); in glutInit()
151 __glutWarning("-direct option only valid for X glut."); in glutInit()
154 __glutWarning("-indirect option only valid for X glut."); in glutInit()
157 __glutWarning("-iconic option doesn't make sense in BeOS."); in glutInit()
163 __glutWarning("-sync option only valid for X glut."); in glutInit()
H A DglutGet.cpp133 __glutWarning("invalid glutGet parameter: %d", state); in glutGet()
157 __glutWarning("invalid glutLayerGet param: %d", info); in glutLayerGet()
191 __glutWarning("error getting number of mouse buttons"); in glutDeviceGet()
205 __glutWarning("invalid glutDeviceGet parameter: %d", info); in glutDeviceGet()
217 __glutWarning( in glutGetModifiers()
H A DglutMenu.cpp107 __glutWarning("glutSetMenu attempted on bogus menu."); in glutSetMenu()
112 __glutWarning("glutSetMenu attempted on bogus menu."); in glutSetMenu()
180 __glutWarning("Current menu has no %d item.", num); in glutChangeToMenuEntry()
207 __glutWarning("Current menu has no %d item.", num); in glutChangeToSubMenu()
240 __glutWarning("Current menu has no %d item.", num); in glutRemoveMenuItem()
H A Dglut_util.c37 __glutWarning(const char *format,...) in __glutWarning() function
56 __glutWarning("GL error: %s", gluErrorString(error)); in glutReportErrors()
H A DglutWindow.cpp49 __glutWarning("The following is a new check for GLUT 3.0; update your " in __glutDefaultDisplay()
172 __glutWarning("visual with necessary capabilities not found."); in glutCreateWindow()
223 __glutWarning("glutSetWindow attempted on bogus window."); in glutSetWindow()
229 __glutWarning("glutSetWindow attempted on bogus window."); in glutSetWindow()
550 __glutWarning("BeOS doesn't support indexed color"); in __glutConvertDisplayMode()
557 __glutWarning("BeOS doesn't support stereo windows"); in __glutConvertDisplayMode()
561 __glutWarning("BeOS doesn't support luminance color model"); in __glutConvertDisplayMode()
H A DglutCursor.cpp77 __glutWarning("unknown cursor\n"); in __glutSetCursor()
H A Dglut_vidresize.c162 __glutWarning("invalid glutVideoResizeGet parameter: %d", param); in glutVideoResizeGet()
H A DglutGameMode.cpp339 __glutWarning( "Unknown gamemode get: %d", pname ); in glutGameModeGet()
H A DglutEvent.cpp384 __glutWarning("invalid glutSetKeyRepeat mode: %d", repeatMode); in glutSetKeyRepeat()
872 __glutWarning("GL error: %s", gluErrorString(errorCode)); in ErrorCallback()
H A Dglut_shapes.c306 __glutWarning("normalize: zero length vector"); in normalize()
H A Dglutint.h741 extern void __glutWarning(const char *format,...);