Searched refs:prop_size (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c472 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/
H A Dglxinit.c472 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/
H A Dglxext.c598 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/
H A Dglxext.c598 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/
H A Dfactory.cc1799 int prop_size = map->InitialPropertiesLength(); local
1800 Handle<FixedArray> properties = NewFixedArray(prop_size, TENURED);
1860 int prop_size = map->InitialPropertiesLength(); local
1861 Handle<FixedArray> properties = NewFixedArray(prop_size, TENURED);
/external/chromium_org/v8/src/heap/
H A Dheap.cc3641 int prop_size = map->InitialPropertiesLength(); local
3642 DCHECK(prop_size >= 0);
3644 AllocationResult allocation = AllocateFixedArray(prop_size, pretenure);

Completed in 4237 milliseconds