OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xwattr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/
glx_pbuffer.c
799
XWindowAttributes
xwattr
;
local
808
if (XGetWindowAttributes(dpy, drawable, &
xwattr
))
832
XWindowAttributes
xwattr
;
local
841
if (XGetWindowAttributes(dpy, drawable, &
xwattr
)) {
891
XWindowAttributes
xwattr
;
local
896
XGetWindowAttributes(dpy, win, &
xwattr
);
905
if (visinfo->visualid != XVisualIDFromVisual(
xwattr
.visual)) {
/external/mesa3d/src/glx/
glx_pbuffer.c
799
XWindowAttributes
xwattr
;
local
808
if (XGetWindowAttributes(dpy, drawable, &
xwattr
))
832
XWindowAttributes
xwattr
;
local
841
if (XGetWindowAttributes(dpy, drawable, &
xwattr
)) {
891
XWindowAttributes
xwattr
;
local
896
XGetWindowAttributes(dpy, win, &
xwattr
);
905
if (visinfo->visualid != XVisualIDFromVisual(
xwattr
.visual)) {
Completed in 302 milliseconds