/bionic/tests/ |
property_benchmark.cpp | 32 LocalPropertyTestState(int nprops) : nprops(nprops), valid(false) { 51 names = new char* [nprops]; 52 name_lens = new int[nprops]; 53 values = new char* [nprops]; 54 value_lens = new int[nprops]; 56 srandom(nprops); 58 for (int i = 0; i < nprops; i++) { 86 for (int i = 0; i < nprops; i++) 96 const int nprops; member in struct:LocalPropertyTestState [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
glxinit.c | 468 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, 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/ |
glxinit.c | 468 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, 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/ |
glxext.c | 594 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, 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/ |
glxext.c | 594 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, 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,
|