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

/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dindirect_util.c88 intptr_t temp_buf; local in function:__glXGetAnswerBuffer
106 temp_buf = (intptr_t) cl->returnBuf;
107 temp_buf = (temp_buf + mask) & ~mask;
108 buffer = (void *) temp_buf;
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_util.c78 intptr_t temp_buf; local in function:__glXGetAnswerBuffer
96 temp_buf = (intptr_t) cl->returnBuf;
97 temp_buf = (temp_buf + mask) & ~mask;
98 buffer = (void *) temp_buf;

Completed in 7 milliseconds