Searched refs:nprops (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c468 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, argument
476 if (nprops == 0)
482 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS)
490 prop_size = nprops * __GLX_SIZE_INT32;
502 __glXInitializeVisualConfigFromTags(m, nprops, props,
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c468 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, argument
476 if (nprops == 0)
482 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS)
490 prop_size = nprops * __GLX_SIZE_INT32;
502 __glXInitializeVisualConfigFromTags(m, nprops, props,
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxext.c594 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, argument
602 if (nprops == 0)
608 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS)
616 prop_size = nprops * __GLX_SIZE_INT32;
637 __glXInitializeVisualConfigFromTags(m, nprops, props,
/external/mesa3d/src/glx/
H A Dglxext.c594 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, argument
602 if (nprops == 0)
608 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS)
616 prop_size = nprops * __GLX_SIZE_INT32;
637 __glXInitializeVisualConfigFromTags(m, nprops, props,

Completed in 54 milliseconds