Searched refs:GL (Results 1 - 25 of 736) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/
H A DOpenGLKit.h5 #include <GL/gl.h>
8 // Projects needing GL/glu.h and GL/glut.h should now
/xsrc/external/mit/MesaLib/dist/include/HaikuGL/
H A DOpenGLKit.h5 #include <GL/gl.h>
8 // Projects needing GL/glu.h and GL/glut.h should now
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxextensions.c44 #define GL(n) "GL_" # n, 3 + sizeof( # n ) - 1, GL_ ## n ## _bit macro
125 { GL(ARB_depth_texture), N, N },
126 { GL(ARB_draw_buffers), N, N },
127 { GL(ARB_fragment_program), N, N },
128 { GL(ARB_fragment_program_shadow), N, N },
129 { GL(ARB_framebuffer_object), N, N },
130 { GL(ARB_imaging), N, N },
131 { GL(ARB_multisample), N, N },
132 { GL(ARB_multitexture), N, N },
133 { GL(ARB_occlusion_quer
[all...]
/xsrc/external/mit/mesa-demos/dist/src/util/
H A Dgl_wrap.h8 # include <GL/gl.h>
9 # include <GL/glu.h>
H A Dglut_wrap.h5 # include <GL/freeglut.h>
9 # include <GL/glut.h>
/xsrc/external/mit/xterm/dist/vttests/
H A Diso2022.pl32 # show ISO-2022 characters, by default GL and GR, optionally G1/G2/G3
44 my $GL = "";
48 $GL =
61 $GL .= chr($n);
62 $GL .= "\n" if ( ( ( $n - 31 ) % 16 ) == 0 );
66 for my $n ( 0 .. ( length($GL) - 1 ) ) {
67 my $c = substr( $GL, $n, 1 );
76 $GL =~ s/([^\n])/ $1/g;
79 printf "GL:\n%s\n", $GL;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Dstubs.cpp23 #include <GL/gl.h>
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Dstubs.cpp23 #include <GL/gl.h>
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A DMakefile.win42 -copy ..\include\GL\glut.h $(INCLUDEINSTALL)
53 win32_menu.obj: win32_menu.c glutint.h ..\include\GL\glutf90.h ..\include\GL\glut.h
54 win32_util.obj: win32_util.c glutint.h ..\include\GL\glutf90.h
55 win32_winproc.obj: win32_winproc.c glutint.h ..\include\GL\glutf90.h
57 glut_mroman.obj: glut_mroman.c glutstroke.h glutint.h ..\include\GL\glutf90.h
58 glut_roman.obj: glut_roman.c glutstroke.h glutint.h ..\include\GL\glutf90.h
59 glut_hel12.obj: glut_hel12.c glutbitmap.h glutint.h ..\include\GL\glutf90.h
60 glut_8x13.obj: glut_8x13.c glutbitmap.h glutint.h ..\include\GL\glutf90.h
61 glut_hel18.obj: glut_hel18.c glutbitmap.h glutint.h ..\include\GL\glutf9
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxextensions.c43 #define GL(n) "GL_" # n, 3 + sizeof( # n ) - 1, GL_ ## n ## _bit macro
173 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
174 { GL(ARB_draw_buffers), VER(0,0), Y, N, N, N },
175 { GL(ARB_fragment_program), VER(0,0), Y, N, N, N },
176 { GL(ARB_fragment_program_shadow), VER(0,0), Y, N, N, N },
177 { GL(ARB_framebuffer_object), VER(0,0), Y, N, N, N },
178 { GL(ARB_imaging), VER(0,0), Y, N, N, N },
179 { GL(ARB_multisample), VER(1,3), Y, N, N, N },
180 { GL(ARB_multitexture), VER(1,3), Y, N, N, N },
181 { GL(ARB_occlusion_quer
[all...]
/xsrc/external/mit/libepoxy/dist/test/
H A Dheaderguards.c50 #include <GL/gl.h>
51 #include <GL/glext.h>
53 #include <GL/glx.h>
54 #include <GL/glxext.h>
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutOverlay.cpp18 #include <GL/glut.h>
H A DglutColor.cpp18 #include <GL/glut.h>
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_extensionsstring.c33 #include <GL/gl.h>
34 #include <GL/wglext.h>
H A Dstw_ext_swapinterval.c33 #include <GL/gl.h>
34 #include <GL/wglext.h>
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_extensionsstring.c33 #include <GL/gl.h>
34 #include <GL/wglext.h>
H A Dstw_ext_swapinterval.c33 #include <GL/gl.h>
34 #include <GL/wglext.h>
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxfbconfig.h33 #include <GL/glxint.h>
/xsrc/external/mit/MesaLib/dist/src/loader/
H A Dloader_dri_helper.h24 #include <GL/gl.h> /* dri_interface needs GL types */
25 #include <GL/internal/dri_interface.h>
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dwgl_ext_api.c34 #include <GL/gl.h>
35 #include <GL/glext.h>
38 #include <GL/wglext.h>
/xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
H A Dwgl.h29 #include <GL/gl.h>
30 #include <GL/wglext.h>
H A Dwindowsgl_internal.h31 #include <GL/gl.h>
32 #include <GL/wglext.h>
/xsrc/external/mit/MesaLib/dist/src/glx/windows/
H A Dwgl.h29 #include <GL/gl.h>
30 #include <GL/wglext.h>
H A Dwindowsgl_internal.h31 #include <GL/gl.h>
32 #include <GL/wglext.h>
/xsrc/external/mit/mesa-demos/dist/src/slang/
H A Dframework.h9 #include <GL/glew.h>

Completed in 19 milliseconds

1234567891011>>