OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wattr
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libva/va/x11/
va_dricommon.c
54
XWindowAttributes
wattr
;
local
57
XGetWindowAttributes(dpy, drawable, &
wattr
);
/hardware/intel/common/libva/va/glx/
va_glx_impl.c
469
XWindowAttributes
wattr
;
local
474
XGetWindowAttributes(ctx->native_dpy, root_window, &
wattr
);
475
if (
wattr
.depth != 24 &&
wattr
.depth != 32)
482
wattr
.depth
501
*attrib++ = GLX_DEPTH_SIZE; *attrib++ =
wattr
.depth;
502
if (
wattr
.depth == 32) {
528
if (
wattr
.depth == 32)
/hardware/intel/img/psb_video/src/x11/
psb_x11.c
400
XWindowAttributes
wattr
;
local
403
XGetWindowAttributes(dpy, drawable, &
wattr
);
Completed in 173 milliseconds