Home | History | Annotate | Download | only in glx

Lines Matching refs:dpy

29 #define INIT_CONTEXT(ctx, dpy) do {                             \
30 if (!vaDisplayIsValid(dpy)) \
33 ctx = ((VADisplayContextP)(dpy))->pDriverContext; \
81 VADisplay dpy = NULL;
87 dpy = vaGetDisplay(native_dpy);
88 if (!dpy)
90 pDisplayContext = (VADisplayContextP)dpy;
106 return dpy;
117 VADisplay dpy,
130 INIT_CONTEXT(ctx, dpy);
138 VADisplay dpy,
145 INIT_CONTEXT(ctx, dpy);
153 VADisplay dpy,
162 INIT_CONTEXT(ctx, dpy);