Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmds.c3207 int nReplyBytes; in __glXQueryContext() local
3226 nReplyBytes = reply.length << 2; in __glXQueryContext()
3227 sendBuf = (int *) malloc(nReplyBytes); in __glXQueryContext()
3241 WriteToClient(client, nReplyBytes, sendBuf); in __glXQueryContext()
3257 int nReplyBytes; in __glXQueryContextInfoEXT() local
3278 nReplyBytes = reply.length << 2; in __glXQueryContextInfoEXT()
3279 sendBuf = (int *) malloc(nReplyBytes); in __glXQueryContextInfoEXT()
3295 WriteToClient(client, nReplyBytes, sendBuf); in __glXQueryContextInfoEXT()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxcmds.c1639 int nReplyBytes; in DoQueryContext() local
1652 nReplyBytes = reply.length << 2; in DoQueryContext()
1678 WriteToClient(client, nReplyBytes, sendBuf); in DoQueryContext()