HomeSort by relevance Sort by last modified time
    Searched refs:GLX_NONE (Results 1 - 25 of 25) sorted by null

  /external/mesa3d/src/mesa/main/
glheader.h 167 #define GLX_NONE 0x8000
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h 148 #define GLX_NONE 0x8000
glxinit.c 79 ? glx_visual_types[visualType] : GLX_NONE;
114 (*next)->visualRating = GLX_NONE;
115 (*next)->transparentPixel = GLX_NONE;
  /external/mesa3d/src/glx/
glxconfig.c 243 (*next)->visualRating = GLX_NONE;
244 (*next)->transparentPixel = GLX_NONE;
dri_common.c 301 glxValue = GLX_NONE;
glxcmds.c 912 config->transparentPixel = GLX_NONE;
1000 * visuals with a "transparent type" of 0 when they really mean GLX_NONE.
1004 * from the app as GLX_DONT_CARE. We'll consider GLX_NONE from the app and
1010 if (a->transparentPixel == GLX_NONE) {
1011 if (b->transparentPixel != GLX_NONE && b->transparentPixel != 0)
1093 /* The sort order for the visualRating is GLX_NONE, GLX_SLOW, and
    [all...]
glxext.c 358 return GLX_NONE;
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 163 * value of \c GLX_NONE, then it represents a
356 modes->visualRating = (j == 0) ? GLX_NONE : GLX_SLOW_CONFIG;
361 modes->transparentPixel = GLX_NONE;
369 if ( db_modes[i] == GLX_NONE ) {
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 65 GLX_NONE, GLX_SWAP_UNDEFINED_OML
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 96 GLX_NONE, GLX_SWAP_UNDEFINED_OML, GLX_SWAP_COPY_OML
  /external/mesa3d/include/GL/
glx.h 132 #define GLX_NONE 0x8000
glxext.h 79 #define GLX_NONE 0x8000
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx.h 132 #define GLX_NONE 0x8000
glxext.h 79 #define GLX_NONE 0x8000
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 132 #define GLX_NONE 0x8000
glxext.h 79 #define GLX_NONE 0x8000
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 498 rank.add(1, visual.getAttrib(GLX_TRANSPARENT_TYPE) == GLX_NONE);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 722 GLX_NONE, GLX_SWAP_UNDEFINED_OML, /*, GLX_SWAP_COPY_OML*/
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 135 GLX_NONE, GLX_SWAP_UNDEFINED_OML
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 616 * be returned. Otherwise \c GLX_NONE will be returned.
632 ? glx_visual_types[ visualType ] : GLX_NONE;
661 * visualCaveat - ala the GLX extension, usually GLX_NONE
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 915 GLX_NONE, GLX_SWAP_UNDEFINED_OML, GLX_SWAP_COPY_OML
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 690 * be returned. Otherwise \c GLX_NONE will be returned.
706 ? glx_visual_types[ visualType ] : GLX_NONE;
735 * visualCaveat - ala the GLX extension, usually GLX_NONE
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 323 milliseconds