Searched refs:__GLX_MAX_CONFIG_PROPS (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/glx/ | ||
D | glxconfig.h | 109 #define __GLX_MAX_CONFIG_PROPS 500 macro |
D | glxext.c | 634 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS) in createConfigsFromProperties() |