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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glxinit.c 472 unsigned prop_size; local
490 prop_size = nprops * __GLX_SIZE_INT32;
491 if (prop_size <= sizeof(buf))
494 props = Xmalloc(prop_size);
499 _XRead(dpy, (char *) props, prop_size);
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 472 unsigned prop_size; local
490 prop_size = nprops * __GLX_SIZE_INT32;
491 if (prop_size <= sizeof(buf))
494 props = Xmalloc(prop_size);
499 _XRead(dpy, (char *) props, prop_size);
  /external/chromium_org/third_party/mesa/src/src/glx/
glxext.c 598 unsigned prop_size; local
616 prop_size = nprops * __GLX_SIZE_INT32;
617 if (prop_size <= sizeof(buf))
620 props = Xmalloc(prop_size);
625 _XRead(dpy, (char *) props, prop_size);
  /external/mesa3d/src/glx/
glxext.c 598 unsigned prop_size; local
616 prop_size = nprops * __GLX_SIZE_INT32;
617 if (prop_size <= sizeof(buf))
620 props = Xmalloc(prop_size);
625 _XRead(dpy, (char *) props, prop_size);
  /external/chromium_org/v8/src/
heap.cc 4503 int prop_size = map->InitialPropertiesLength(); local
4540 int prop_size = map->InitialPropertiesLength(); local
5087 int prop_size = map->unused_property_fields() - map->inobject_properties(); local
5142 int prop_size = map->unused_property_fields() - map->inobject_properties(); local
    [all...]
  /external/v8/src/
heap.cc 3784 int prop_size = local
4102 int prop_size = map->unused_property_fields() - map->inobject_properties(); local
4156 int prop_size = map->unused_property_fields() - map->inobject_properties(); local
    [all...]

Completed in 91 milliseconds