Home
last modified time | relevance | path

Searched refs:have_gl (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-display-X11/
H A Dacinclude.m410 [have_gl="$withval"],
11 [have_gl="yes"])
36 if test "$have_gl" = "yes"; then
37 have_gl=no
40 have_gl=yes
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-display-Quartz/
H A Dacinclude.m415 if test "$have_gl" = ""; then have_gl="no"; fi
17 have_gl=yes
/dports/x11-wm/mutter/mutter-41.1/cogl/
H A Dmeson.build8 cdata.set('HAVE_COGL_GL', have_gl)
63 if have_gl
86 if have_gl
/dports/lang/yorick/yorick-y_2_2_04/opengl/
H A Dconfiggl.sh12 have_gl=no
106 have_gl=yes
117 if test $have_gl = yes; then
/dports/devel/py-pyopencl/pyopencl-2018.2/doc/
H A Druntime_gl.rst11 with GL support. See :func:`have_gl`.
15 .. function:: have_gl()
54 … values of *param*. Only available when PyOpenCL is compiled with GL support. See :func:`have_gl`.
H A Dmake_constants.py458 if not cl.have_gl():
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/
H A Dconfigure.ac109 have_gl=no
113 AC_CHECK_LIB(GL, main, [GL_LIBS="-lGL"; have_gl=yes])
116 AC_CHECK_LIB(opengl32, main, [GL_LIBS="-lopengl32"; have_gl=yes])
119 if test $have_gl = no -o $have_glu = no -o $have_gl_headers = no; then
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/B3DAcceleratorPlugin/
H A Dacinclude.m41 if test "${have_gl}" != "yes"; then
/dports/x11-wm/mutter/mutter-41.1/cogl/tests/
H A Dmeson.build4 cdata.set('HAVE_GL', have_gl.to_int())
/dports/games/bzflag/bzflag-2.4.22/
H A Dconfigure.ac525 have_gl=yes
579 …AC_CHECK_HEADER([OpenGL/gl.h], [ac_cv_search_glBegin="none required"], [have_gl=no ; ac_cv_search_…
580 …AC_CHECK_HEADER([OpenGL/glu.h], [ac_cv_search_gluScaleImage="none required"], [have_gl=no ; ac_cv_…
581 … "none required" || GLIBS="$ac_cv_search_glewInit $GLIBS"], [have_gl=no], $GLIBS), [have_gl=no ; a…
585 …gin = "none required" || GLIBS="$ac_cv_search_glBegin $GLIBS"], [have_gl=no]), [have_gl=no ; ac_cv…
586 …"none required" || GLIBS="$ac_cv_search_gluScaleImage $GLIBS"], [have_gl=no]), [have_gl=no ; ac_cv…
587 …it = "none required" || GLIBS="$ac_cv_search_glewInit $GLIBS"], [have_gl=no]), [have_gl=no ; ac_cv…
591 if test "$have_gl" != no; then
965 if test "$have_gl" = no; then
1119 if test "x$have_gl" = "xno" ; then
/dports/games/bzflag-server/bzflag-2.4.22/
H A Dconfigure.ac525 have_gl=yes
579 …AC_CHECK_HEADER([OpenGL/gl.h], [ac_cv_search_glBegin="none required"], [have_gl=no ; ac_cv_search_…
580 …AC_CHECK_HEADER([OpenGL/glu.h], [ac_cv_search_gluScaleImage="none required"], [have_gl=no ; ac_cv_…
581 … "none required" || GLIBS="$ac_cv_search_glewInit $GLIBS"], [have_gl=no], $GLIBS), [have_gl=no ; a…
585 …gin = "none required" || GLIBS="$ac_cv_search_glBegin $GLIBS"], [have_gl=no]), [have_gl=no ; ac_cv…
586 …"none required" || GLIBS="$ac_cv_search_gluScaleImage $GLIBS"], [have_gl=no]), [have_gl=no ; ac_cv…
587 …it = "none required" || GLIBS="$ac_cv_search_glewInit $GLIBS"], [have_gl=no]), [have_gl=no ; ac_cv…
591 if test "$have_gl" != no; then
965 if test "$have_gl" = no; then
1119 if test "x$have_gl" = "xno" ; then
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/
H A Dconfigure.ac329 have_gl="yes"
331 AC_CHECK_HEADER([GL/gl.h],[],have_gl="no")
333 if test "$have_gl" = "yes"; then
334 AC_CHECK_LIB(GL, glBegin,have_gl="yes",have_gl="no")
337 if test "$have_gl" = "yes"; then
338 AC_CHECK_HEADER([GL/glx.h],[],have_gl="no")
341 if test "x$have_gl" = "xyes"; then
/dports/multimedia/libquicktime/libquicktime-1.2.4/
H A Dconfigure.ac329 have_gl="yes"
331 AC_CHECK_HEADER([GL/gl.h],[],have_gl="no")
333 if test "$have_gl" = "yes"; then
334 AC_CHECK_LIB(GL, glBegin,have_gl="yes",have_gl="no")
337 if test "$have_gl" = "yes"; then
338 AC_CHECK_HEADER([GL/glx.h],[],have_gl="no")
341 if test "x$have_gl" = "xyes"; then
/dports/x11-wm/mutter/mutter-41.1/
H A Dmeson.build139 have_gl = get_option('opengl') variable
140 if have_gl
152 if not have_gl
534 summary('OpenGL', have_gl, section: 'Rendering APIs')
/dports/graphics/gltt/gltt-2.5.2/
H A Dacinclude.m4703 ac_cv_have_gl="have_gl=no"
717 have_gl="yes"
721 have_gl="yes"
726 if test "$have_gl" != yes; then
727 AC_MSG_RESULT([$have_gl]);
729 ac_cv_have_gl="have_gl=yes \
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dmeson.build5 cdata.set('COGL_HAS_GL', have_gl)
6 cdata.set('CLUTTER_COGL_HAS_GL', have_gl)
25 if have_gl
197 if have_gl
/dports/multimedia/xawtv/xawtv-3.107/x11/
H A Dblit.c496 static int have_gl,max_gl; variable
565 have_gl = 1; in gl_init()
742 if (have_gl) { in blit_get_formats()
808 if (have_gl && 0 != gl_formats[fmt->fmtid].fmt && in blit_init_frame()
/dports/devel/ode/ode-0.13/
H A Dconfigure.ac199 have_gl=no
202 AC_CHECK_LIB(GL, main, [GL_LIBS="-lGL"; have_gl=yes])
204 AC_CHECK_LIB(opengl32, main, [GL_LIBS="-lopengl32"; have_gl=yes])
207 if test $have_gl = no -o $have_glu = no -o $have_gl_headers = no; then
/dports/devel/sdl_console/sdlconsole-2.1/
H A Dconfigure.in95 AC_CHECK_LIB([GL], [glLoadIdentity],have_gl=yes,have_opengl=no)
/dports/x11/mate-screensaver/mate-screensaver-1.26.1/
H A Dconfigure.ac510 AC_CHECK_X_HEADER(GL/gl.h, have_gl=yes, have_gl=no)
511 if test "$have_gl" = yes ; then
512 AC_CHECK_X_HEADER(GL/glx.h, have_gl=yes, have_gl=no,
516 if test "$have_gl" = yes ; then
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/
H A Dconfigure.ac487 AC_CHECK_X_HEADER(GL/gl.h, have_gl=yes, have_gl=no)
488 if test "$have_gl" = yes ; then
489 AC_CHECK_X_HEADER(GL/glx.h, have_gl=yes, have_gl=no,
493 if test "$have_gl" = yes ; then
/dports/x11/xlockmore/xlockmore-5.67/xscreensaver/
H A Dconfigure.ac3373 have_gl=no
3397 AC_CHECK_X_HEADER(GL/gl.h, have_gl=yes, have_gl=no);
3398 if test "$have_gl" = yes; then
3399 AC_CHECK_X_HEADER(GL/glu.h, have_gl=yes, have_gl=no);
3434 if test "$have_gl" = yes; then
3435 have_gl=no
3568 if test "$have_gl" = yes; then
3605 have_gl=no
3644 if test "$have_gl" = no ; then
4222 if test "$have_gl" = yes; then
[all …]
H A Dconfigure15033 have_gl=no
15110 have_gl=yes
15112 have_gl=no
15127 have_gl=yes
15129 have_gl=no
15169 have_gl=no
15233 have_gl=yes
15300 have_gl=yes
15367 have_gl=yes
15436 have_gl=yes
[all …]
H A Dconfigure.in2953 have_gl=no
2969 AC_CHECK_X_HEADER(GL/gl.h, have_gl=yes, have_gl=no)
2970 if test "$have_gl" = yes ; then
2971 AC_CHECK_X_HEADER(GL/glx.h, have_gl=yes, have_gl=no,
2977 if test "$have_gl" = yes ; then
3061 have_gl=no
3077 if test "$have_gl" = yes ; then
3189 if test "$have_gl" = no ; then
4151 if test "$have_gl" = yes; then
4711 if test "$have_gl" = no ; then
[all …]
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/
H A D__init__.py143 have_gl,
188 if _cl.have_gl():
1316 if _cl.have_gl():

12