HomeSort by: relevance | last modified time | path
    Searched refs:GL (Results 1 - 25 of 616) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/include/HaikuGL/
OpenGLKit.h 5 #include <GL/gl.h>
8 // Projects needing GL/glu.h and GL/glut.h should now
  /xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/
OpenGLKit.h 5 #include <GL/gl.h>
8 // Projects needing GL/glu.h and GL/glut.h should now
  /xsrc/external/mit/MesaLib/dist/src/glx/
glxextensions.c 44 #define GL(n) "GL_" # n, 3 + sizeof( # n ) - 1, GL_ ## n ## _bit
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_query), N, N }
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/util/
gl_wrap.h 5 # include <OpenGL/gl.h>
8 # include <GL/gl.h>
9 # include <GL/glu.h>
glut_wrap.h 5 # include <GL/freeglut.h>
9 # include <GL/glut.h>
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
stubs.cpp 23 #include <GL/gl.h>
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
stubs.cpp 23 #include <GL/gl.h>
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
glxextensions.c 43 #define GL(n) "GL_" # n, 3 + sizeof( # n ) - 1, GL_ ## n ## _bit
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_query), VER(1,5), Y, N, N, N }
    [all...]
  /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>
  /xsrc/external/mit/libepoxy/dist/test/
headerguards.c 26 #include <epoxy/gl.h>
47 #include <OpenGL/gl.h>
50 #include <GL/gl.h>
51 #include <GL/glext.h>
53 #include <GL/glx.h>
54 #include <GL/glxext.h>
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_ext_extensionsstring.c 33 #include <GL/gl.h>
34 #include <GL/wglext.h>
stw_ext_swapinterval.c 33 #include <GL/gl.h>
34 #include <GL/wglext.h>
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_ext_extensionsstring.c 33 #include <GL/gl.h>
34 #include <GL/wglext.h>
stw_ext_swapinterval.c 33 #include <GL/gl.h>
34 #include <GL/wglext.h>
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxfbconfig.h 33 #include <GL/glxint.h>
  /xsrc/external/mit/xterm/dist/vttests/
iso2022.pl 32 # 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/dist/src/loader/
loader_dri_helper.h 24 #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/
wgl_ext_api.c 34 #include <GL/gl.h>
35 #include <GL/glext.h>
38 #include <GL/wglext.h>
  /xsrc/external/mit/MesaLib/dist/src/glx/windows/
wgl.h 29 #include <GL/gl.h>
30 #include <GL/wglext.h>
windowsgl_internal.h 31 #include <GL/gl.h>
32 #include <GL/wglext.h>
  /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
wgl.h 29 #include <GL/gl.h>
30 #include <GL/wglext.h>
windowsgl_internal.h 31 #include <GL/gl.h>
32 #include <GL/wglext.h>
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glutbitmap.h 12 #include <GL/glut.h>

Completed in 14 milliseconds

1 2 3 4 5 6 7 8 91011>>