HomeSort by relevance Sort by last modified time
    Searched refs:CopyFromParent (Results 1 - 19 of 19) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeLinuxSubWindow.cpp 39 Window win = XCreateWindow(*display_out,p_window,x,y, width,height,0,CopyFromParent,CopyFromParent,CopyFromParent,CWEventMask,&wa);
  /sdk/emulator/opengl/tests/ut_renderer/
X11RendererSurface.cpp 62 0, CopyFromParent, InputOutput,
63 CopyFromParent, eventMask, &sWA);
X11Windowing.cpp 113 0, CopyFromParent, InputOutput,
114 CopyFromParent, attributes_mask, &sWA);
  /external/chromium_org/ui/compositor/test/
test_compositor_host_x11.cc 67 CopyFromParent, // depth
69 CopyFromParent, // visual
  /external/chromium_org/content/browser/aura/
software_output_device_x11.cc 57 image_ = XCreateImage(display_, CopyFromParent,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.cc 84 0, 0, InputOnly, CopyFromParent,
desktop_root_window_host_x11.cc 812 CopyFromParent, // depth
814 CopyFromParent, // visual
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 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/d3d10app/
d3d10x11main.cpp 57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 66 CopyFromParent, // depth
68 CopyFromParent, // visual
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 126 #define CopyFromParent 0L /* border pixmap in CreateWindow
389 /* Note that CopyFromParent is already defined as 0 above */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 126 #define CopyFromParent 0L /* border pixmap in CreateWindow
389 /* Note that CopyFromParent is already defined as 0 above */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 126 #define CopyFromParent 0L /* border pixmap in CreateWindow
389 /* Note that CopyFromParent is already defined as 0 above */
  /external/chromium_org/content/common/gpu/media/
rendering_helper_gl.cc 323 depth, CopyFromParent /* class */, CopyFromParent /* visual */,
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 218 CopyFromParent,
219 CopyFromParent);
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 389 CopyFromParent, // depth
391 CopyFromParent, // visual
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 318 CopyFromParent, // depth
320 CopyFromParent, // visual

Completed in 67 milliseconds