Home
last modified time | relevance | path

Searched refs:propList (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/glx/
Dglxcmds.c1409 int propList[5 * 2], *pProp, nPropListBytes; in glXImportContextEXT() local
1474 nPropListBytes = reply.n * 2 * sizeof propList[0]; in glXImportContextEXT()
1477 _XRead(dpy, (char *) propList, nPropListBytes); in glXImportContextEXT()
1481 numProps = nPropListBytes / (2 * sizeof(propList[0])); in glXImportContextEXT()
1485 pProp = propList; in glXImportContextEXT()
1487 for (i = 0, pProp = propList; i < numProps; i++, pProp += 2) in glXImportContextEXT()