Home
last modified time | relevance | path

Searched refs:__GLX_MAX_CONFIG_PROPS (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/glx/
Dglxconfig.h109 #define __GLX_MAX_CONFIG_PROPS 500 macro
Dglxext.c620 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS) in createConfigsFromProperties()