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

  /bionic/benchmarks/
property_benchmark.cpp 37 explicit LocalPropertyTestState(int nprops) : nprops(nprops), valid(false) {
60 names = new char* [nprops];
61 name_lens = new int[nprops];
62 values = new char* [nprops];
63 value_lens = new int[nprops];
65 srandom(nprops);
67 for (int i = 0; i < nprops; i++) {
114 for (int i = 0; i < nprops; i++)
125 const int nprops; member in struct:LocalPropertyTestState
138 const size_t nprops = state.range(0); local
151 const size_t nprops = state.range(0); local
163 const size_t nprops = state.range(0); local
186 const size_t nprops = state.range(0); local
    [all...]
  /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/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 177 milliseconds