Home
last modified time | relevance | path

Searched refs:nPropListBytes (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()
1476 nPropListBytes = 0; in glXImportContextEXT()
1477 _XRead(dpy, (char *) propList, nPropListBytes); in glXImportContextEXT()
1481 numProps = nPropListBytes / (2 * sizeof(propList[0])); in glXImportContextEXT()