Searched refs:__GLX_MIN_CONFIG_PROPS (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxconfig.h108 #define __GLX_MIN_CONFIG_PROPS 18 macro
120 (__GLX_MIN_CONFIG_PROPS + 2 * __GLX_EXT_CONFIG_PROPS)
H A Dglxext.c404 count -= __GLX_MIN_CONFIG_PROPS;
605 /* FIXME: Is the __GLX_MIN_CONFIG_PROPS test correct for FBconfigs? */
608 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS)
/external/mesa3d/src/glx/
H A Dglxconfig.h108 #define __GLX_MIN_CONFIG_PROPS 18 macro
120 (__GLX_MIN_CONFIG_PROPS + 2 * __GLX_EXT_CONFIG_PROPS)
H A Dglxext.c404 count -= __GLX_MIN_CONFIG_PROPS;
605 /* FIXME: Is the __GLX_MIN_CONFIG_PROPS test correct for FBconfigs? */
608 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c266 #define __GLX_MIN_CONFIG_PROPS 18 macro
269 #define __GLX_TOTAL_CONFIG (__GLX_MIN_CONFIG_PROPS + \
305 count -= __GLX_MIN_CONFIG_PROPS;
479 /* FIXME: Is the __GLX_MIN_CONFIG_PROPS test correct for FBconfigs? */
482 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS)
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c266 #define __GLX_MIN_CONFIG_PROPS 18 macro
269 #define __GLX_TOTAL_CONFIG (__GLX_MIN_CONFIG_PROPS + \
305 count -= __GLX_MIN_CONFIG_PROPS;
479 /* FIXME: Is the __GLX_MIN_CONFIG_PROPS test correct for FBconfigs? */
482 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS)

Completed in 173 milliseconds