HomeSort by: relevance | last modified time | path
    Searched refs:glut (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/util/
glut_wrap.h 7 # include <GLUT/glut.h>
9 # include <GL/glut.h>
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutOverlay.cpp 18 #include <GL/glut.h>
glutColor.cpp 18 #include <GL/glut.h>
glutbitmap.h 10 #include <GL/glut.h>
glutState.h 11 * DESCRIPTION: the global state for GLUT
18 #include <GL/glut.h>
glutCursor.cpp 17 #include <GL/glut.h>
glutDstr.cpp 17 #include <GL/glut.h>
glutMenu.h 16 #include <GL/glut.h>
glutCallback.cpp 18 #include <GL/glut.h>
28 /* XXX Remove the warning after GLUT 3.0. */
30 __glutFatalError("NULL display callback not allowed in GLUT 3.0; update your code.");
glutWindow.h 18 #include <GL/glut.h>
50 int m_width, m_height; // the last width and height reported to GLUT
glutGet.cpp 17 #include <GL/glut.h>
glutInit.cpp 11 * DESCRIPTION: initialize GLUT state
17 #include <GL/glut.h>
137 __glutWarning("-display option only valid for X glut.");
151 __glutWarning("-direct option only valid for X glut.");
154 __glutWarning("-indirect option only valid for X glut.");
163 __glutWarning("-sync option only valid for X glut.");
220 gState.display = new BApplication("application/x-glut-demo");
glutMenu.cpp 16 #include <GL/glut.h>
glutWindow.cpp 17 #include <GL/glut.h>
60 /* XXX Remove the warning after GLUT 3.0. */
61 __glutWarning("The following is a new check for GLUT 3.0; update your code.");
79 * DESCRIPTION: creates a new GLUT window
171 * DESCRIPTION: creates a new GLUT window
195 * DESCRIPTION: creates a new GLUT subwindow
glutEvent.cpp 11 * DESCRIPTION: here it is, the BeOS GLUT event loop
17 #include <GL/glut.h>
glutint.h 25 #include <GL/glut.h>
28 because all the GLUT routines have the APIENTRY prefix
240 systems, GLUT could use the XSGIvc (SGI X video
242 a future release of GLUT. */
250 /* GLUT function types */
330 Window win; /* X window for GLUT window */
331 GLXContext ctx; /* OpenGL context GLUT glut window */
344 /* GLUT settable or visible window state. */
555 Xm/MwmUtils.h, but GLUT should not depend on that heade
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glutbitmap.h 11 the GLUT library itself. */
12 #include <GL/glut.h>
glutstroke.h 11 the GLUT library itself. */
12 #include <GL/glut.h>
Makefile 1 # Makefile for GLUT
3 # NOTICE: The OpenGL Utility Toolkit (GLUT) distribution contains source
13 # GLUT source included with Mesa with permission from Mark Kilgard.
102 # glut pkgconfig file
112 glut.pc: glut.pc.in
115 install: glut.pc
119 $(INSTALL) -m 644 $(TOP)/include/GL/glut.h $(DESTDIR)$(INSTALL_INC_DIR)/GL
121 $(INSTALL) -m 644 glut.pc $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig
Makefile.sgi 7 # NOTE: In my GLUT development tree, many of the C source files for
8 # GLUT are generated. For this reason, "make full_clobber" will remove
81 # machine and want a chance (no guarantees) that GLUT executables built
145 # of the GLUT distribution.
172 -nm -Bo libglut.a | grep -v ' d ' | grep -v ' T glut' | grep -v ' D glut' | grep -v ' U ' | grep -v ' T __glut' | grep -v ' t ' | grep -v ' b ' | grep -v ' D __glut' | grep -v ' B __glut'
181 ./glut.h : glut.h
glutint.h 18 #define SUPPORT_FORTRAN /* With GLUT 3.7, everyone supports Fortran. */
30 #define GLUT_BUILDING_LIB /* Building the GLUT library itself. */
33 #include <GL/glut.h>
44 /* GLUT_BUILDING_LIB is used by <GL/glut.h> to 1) not #pragma link
45 with the GLUT library, and 2) avoid the Win32 atexit hack. */
255 systems, GLUT could use the XSGIvc (SGI X video
257 a future release of GLUT. */
263 /* GLUT function types */
315 Window win; /* X window for GLUT window */
316 GLXContext ctx; /* OpenGL context GLUT glut window *
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/include/GL/
glutf90.h 11 f90gl Fortran 90 GLUT binding. Other GLUT language bindings
18 #include <GL/glut.h>
50 /* GLUT Fortran callback function types. */

Completed in 12 milliseconds