HomeSort by relevance Sort by last modified time
    Searched refs:nprops (Results 1 - 5 of 5) sorted by null

  /bionic/benchmarks/
property_benchmark.cpp 37 LocalPropertyTestState(int nprops) : nprops(nprops), valid(false) {
63 names = new char* [nprops];
64 name_lens = new int[nprops];
65 values = new char* [nprops];
66 value_lens = new int[nprops];
68 srandom(nprops);
70 for (int i = 0; i < nprops; i++) {
118 for (int i = 0; i < nprops; i++)
128 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,

Completed in 313 milliseconds