Searched refs:value_return (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxconfig.c47 * \param value_return Location to store the data member of \c mode.
52 glx_config_get(struct glx_config * mode, int attribute, int *value_return) argument
56 *value_return = GL_TRUE;
59 *value_return = mode->rgbBits;
62 *value_return = mode->rgbMode;
65 *value_return = mode->redBits;
68 *value_return = mode->greenBits;
71 *value_return = mode->blueBits;
74 *value_return = mode->alphaBits;
77 *value_return
[all...]
H A Dglxconfig.h125 glx_config_get(struct glx_config * mode, int attribute, int *value_return);
H A Dg_glxglvnddispatchfuncs.c355 int attribute, int *value_return)
368 return (*pGetFBConfigAttribSGIX)(dpy, config, attribute, value_return);
354 dispatch_GetFBConfigAttribSGIX(Display * dpy,GLXFBConfigSGIX config,int attribute,int * value_return) argument
H A Dglxcmds.c894 int *value_return)
907 return glx_config_get(config, attribute, value_return);
918 *value_return = False;
893 glXGetConfig(Display * dpy,XVisualInfo * vis,int attribute,int * value_return) argument
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxconfig.c47 * \param value_return Location to store the data member of \c mode.
52 glx_config_get(struct glx_config * mode, int attribute, int *value_return) argument
56 *value_return = GL_TRUE;
59 *value_return = mode->rgbBits;
62 *value_return = !(mode->renderType & GLX_COLOR_INDEX_BIT);
65 *value_return = mode->redBits;
68 *value_return = mode->greenBits;
71 *value_return = mode->blueBits;
74 *value_return = mode->alphaBits;
77 *value_return
[all...]
H A Dglxconfig.h107 glx_config_get(struct glx_config * mode, int attribute, int *value_return);
H A Dg_glxglvnddispatchfuncs.c364 int attribute, int *value_return)
377 return pGetFBConfigAttribSGIX(dpy, config, attribute, value_return);
363 dispatch_GetFBConfigAttribSGIX(Display * dpy,GLXFBConfigSGIX config,int attribute,int * value_return) argument
H A Dglxcmds.c892 int *value_return)
905 return glx_config_get(config, attribute, value_return);
916 *value_return = False;
891 glXGetConfig(Display * dpy,XVisualInfo * vis,int attribute,int * value_return) argument
/xsrc/external/mit/libXmu/dist/include/X11/Xmu/
H A DStdSel.h47 XPointer *value_return,
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSrc.h247 XtPointer *value_return,
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsyncsrv.h70 int64_t *value_return
/xsrc/external/mit/libXt/dist/src/
H A DSelection.c2255 XtPointer *value_return,
2264 *value_return = NULL;
2279 (unsigned char **) value_return);
2282 if (*value_return) {
2286 (void) memcpy(tmp, *value_return, (size_t) size);
2287 XFree(*value_return);
2288 *value_return = tmp;
2251 XtGetSelectionParameters(Widget owner,Atom selection,XtRequestId request_id,Atom * type_return,XtPointer * value_return,unsigned long * length_return,int * format_return) argument
/xsrc/external/mit/libXext/dist/src/
H A DXSync.c517 XSyncQueryCounter(Display *dpy, XSyncCounter counter, XSyncValue *value_return) argument
536 XSyncIntsToValue(value_return, rep.value_lo, rep.value_hi);

Completed in 19 milliseconds