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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxext.c627 unsigned prop_size; local in function:createConfigsFromProperties
645 prop_size = nprops * __GLX_SIZE_INT32;
646 if (prop_size <= sizeof(buf))
649 props = malloc(prop_size);
654 _XRead(dpy, (char *) props, prop_size);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxext.c633 unsigned prop_size; local in function:createConfigsFromProperties
649 prop_size = nprops * __GLX_SIZE_INT32;
650 if (prop_size <= sizeof(buf))
653 props = malloc(prop_size);
658 _XRead(dpy, (char *) props, prop_size);

Completed in 4 milliseconds