HomeSort by relevance Sort by last modified time
    Searched defs:swa (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/site_tests/graphics_GLAPICheck/src/
gl_APICheck.cc 38 XSetWindowAttributes swa; local
39 swa.colormap = XCreateColormap(*display,
47 &swa);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 51 XSetWindowAttributes swa; local
52 swa.colormap = cmap;
53 swa.border_pixel = 0;
54 swa.event_mask = StructureNotifyMask;
57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 25 XSetWindowAttributes swa; local
26 swa.colormap = cmap;
27 swa.border_pixel = 0;
28 swa.event_mask = StructureNotifyMask;
31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 140 XSetWindowAttributes swa; local
150 swa.colormap = XCreateColormap(sDisplay,
156 swa.border_pixel = 0;
157 swa.event_mask = ExposureMask | StructureNotifyMask |
163 &swa);
  /external/deqp/framework/platform/X11/
tcuX11.cpp 130 XSetWindowAttributes swa; local
144 swa.override_redirect = true;
158 swa.colormap = m_colormap;
162 swa.border_pixel = 0;
163 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask;
171 CopyFromParent, InputOutput, visual, mask, &swa);
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 121 XSetWindowAttributes swa; local
122 swa.colormap = colorMap;
123 swa.event_mask = EVENT_MASK;
133 &swa);
  /external/valgrind/coregrind/
m_sparsewa.c 43 //////// SWA data structures
90 //////// SWA helper functions (bitarray)
116 //////// SWA helper functions (iteration)
118 static void swa_PUSH ( SparseWA* swa, UWord partial_key, Int curr_ix,
121 Int sp = swa->isUsed;
125 swa->iterStack[sp].partial_key = partial_key;
126 swa->iterStack[sp].curr_ix = curr_ix;
127 swa->iterStack[sp].curr_nd = curr_nd;
128 swa->iterStack[sp].resume_point = resume_point;
129 swa->isUsed = sp+1
238 SparseWA* swa; local
    [all...]
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 650 float swa = (float)seam_work_aspect; local
651 K(0,0) *= swa; K(0,2) *= swa;
652 K(1,1) *= swa; K(1,2) *= swa;
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 573 XSetWindowAttributes swa; local
586 swa.event_mask = ExposureMask | PointerMotionMask | KeyPressMask;
604 /* attributes */ &swa);

Completed in 355 milliseconds