Searched refs:nPropListBytes (Results 1 – 1 of 1) sorted by relevance
1429 int propList[5 * 2], *pProp, nPropListBytes; in glXImportContextEXT() local1491 nPropListBytes = reply.n * 2 * sizeof propList[0]; in glXImportContextEXT()1493 nPropListBytes = 0; in glXImportContextEXT()1494 _XRead(dpy, (char *) propList, nPropListBytes); in glXImportContextEXT()1498 numProps = nPropListBytes / (2 * sizeof(propList[0])); in glXImportContextEXT()