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

  /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyr_glamor_glx.h 50 ephyr_glamor_glx_screen_fini(struct ephyr_glamor *glamor);
52 #ifdef GLAMOR
54 ephyr_glamor_set_window_size(struct ephyr_glamor *glamor,
58 ephyr_glamor_damage_redisplay(struct ephyr_glamor *glamor,
64 #else /* !GLAMOR */
67 ephyr_glamor_set_window_size(struct ephyr_glamor *glamor,
73 ephyr_glamor_damage_redisplay(struct ephyr_glamor *glamor,
83 #endif /* !GLAMOR */
ephyrinit.c 129 #ifdef GLAMOR
130 ErrorF("-glamor Enable 2D acceleration using glamor\n");
131 ErrorF("-glamor_gles2 Enable 2D acceleration using glamor (with GLES2 only)\n");
132 ErrorF("-glamor-skip-present Skip presenting the output when using glamor (for internal testing optimization)\n");
255 #ifdef GLAMOR
256 else if (!strcmp (argv[i], "-glamor")) {
273 else if (!strcmp (argv[i], "-glamor-skip-present")) {
ephyr.h 91 * Per-screen Xlib-using state for glamor (private to
94 struct ephyr_glamor *glamor; member in struct:_ephyrScrPriv
214 /* hostx.c glamor support */
227 #ifdef GLAMOR
229 #else /* !GLAMOR */
234 #endif /* !GLAMOR */
ephyr.c 39 #ifdef GLAMOR
40 #include "glamor.h"
322 ephyr_glamor_damage_redisplay(scrpriv->glamor, pRegion);
515 #ifdef GLAMOR
516 ephyr_glamor_set_window_size(scrpriv->glamor,
539 #ifdef GLAMOR
727 #ifdef GLAMOR
hostx.c 57 #ifdef GLAMOR
59 #include "glamor.h"
544 #ifdef GLAMOR
559 #ifdef GLAMOR
969 #ifdef GLAMOR
994 #ifdef GLAMOR
997 ephyr_glamor_set_window_size(scrpriv->glamor,
1033 #ifdef GLAMOR
1044 ephyr_glamor_damage_redisplay(scrpriv->glamor, &region);
1565 #ifdef GLAMOR
    [all...]
  /xsrc/external/mit/xorg-server/include/
dix-config.h 476 /* Build GLAMOR */
477 #define GLAMOR 1
479 /* Build glamor's GBM-based EGL support */
482 /* Build glamor/gbm has linear support */
490 /* Glamor can use eglQueryDmaBuf* functions */
495 /* Glamor can use EGL_MESA_query_driver functions */
  /xsrc/external/mit/xorg-server/dist/include/
dix-config.h.in 467 /* Build GLAMOR */
468 #undef GLAMOR
470 /* Build glamor's GBM-based EGL support */
473 /* Build glamor/gbm has linear support */
479 /* Glamor can use eglQueryDmaBuf* functions */
482 /* Glamor can use EGL_MESA_query_driver functions */
do-not-use-config.h.in 114 /* Build glamor */
115 #undef GLAMOR
123 /* Build glamor with GBM-based EGL support */
  /xsrc/external/mit/xf86-video-amdgpu/dist/
configure 1532 --disable-glamor Disable glamor, a new GL-based acceleration
20201 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to include GLAMOR support" >&5
20202 printf %s "checking whether to include GLAMOR support... " >&6; }
20203 # Check whether --enable-glamor was given.
20206 enableval=$enable_glamor; GLAMOR="$enableval"
20208 GLAMOR=yes
20212 if test "x$GLAMOR" != "xno"; then
20213 for ac_header in glamor.h
20215 ac_fn_c_check_header_compile "$LINENO" "glamor.h" "ac_cv_header_glamor_h" "#include \"xorg-server.h\
    [all...]
  /xsrc/external/mit/xf86-video-ati-kms/dist/
configure 1536 --disable-glamor Disable glamor, a new GL-based acceleration
20280 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to include GLAMOR support" >&5
20281 printf %s "checking whether to include GLAMOR support... " >&6; }
20282 # Check whether --enable-glamor was given.
20285 enableval=$enable_glamor; GLAMOR="$enableval"
20287 GLAMOR=yes
20291 if test "x$GLAMOR" != "xno"; then
20292 for ac_header in glamor.h
20294 ac_fn_c_check_header_compile "$LINENO" "glamor.h" "ac_cv_header_glamor_h" "#include \"xorg-server.h\
    [all...]
  /xsrc/external/mit/xorg-server/dist/
configure 2173 --enable-glamor Build glamor dix module (default: auto)
2391 C compiler flags for GLAMOR, overriding pkg-config
2392 GLAMOR_LIBS linker flags for GLAMOR, overriding pkg-config
27225 # Check whether --enable-glamor was given.
27228 enableval=$enable_glamor; GLAMOR=$enableval
27230 e) GLAMOR=auto ;;
33147 if test "x$GLAMOR" = xauto; then
33149 GLAMOR=yes
33153 if test "x$GLAMOR" = xyes; the
    [all...]

Completed in 55 milliseconds