Searched refs:__GLX_MAX_CONFIG_PROPS (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/glx/
H A Dglxconfig.h109 #define __GLX_MAX_CONFIG_PROPS 500 macro
H A Dglxext.c608 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS)
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c267 #define __GLX_MAX_CONFIG_PROPS 500 macro
482 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS)

Completed in 22 milliseconds