HomeSort by relevance Sort by last modified time
    Searched full:create_window (Results 1 - 25 of 46) sorted by null

1 2

  /hardware/intel/common/libva/test/common/
va_display_android.cpp 51 static int create_window(int x, int y, int width, int height) function
88 create_window(dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height);
  /external/vulkan-validation-layers/demos/smoke/
ShellXcb.h 43 void create_window();
ShellWin32.h 42 void create_window();
ShellWin32.cpp 76 void ShellWin32::create_window() function in class:ShellWin32
215 create_window();
ShellXcb.cpp 124 void ShellXcb::create_window() function in class:ShellXcb
327 create_window();
  /hardware/intel/common/libva/test/putsurface/
putsurface_android.cpp 47 static int create_window(void *win_display, int x, int y, int width, int height);
63 static int create_window(void *win_display, int x, int y, int width, int height) function
putsurface_x11.c 35 static int create_window(void *win_display, int x, int y, int width, int height);
71 static int create_window(void *win_display, int x, int y, int width, int height) function
putsurface_wayland.c 37 static int create_window(void *win_display,
244 create_window(void *win_display, int x, int y, int width, int height) function
putsurface_common.c 629 create_window(win_display, win_x, win_y, win_width, win_height);
  /external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py 56 def create_window(self, cr, url): member in class:graphics_Stress
79 tab = self.create_window(cr, url)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Debugger.py 433 self.sfid = canvas.create_window(0, 0, window=subframe, anchor="nw")
TreeWidget.py 257 id = self.canvas.create_window(textx, texty,
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkdnd.py 224 id = canvas.create_window(x, y, window=label, anchor="nw")
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Debugger.py 433 self.sfid = canvas.create_window(0, 0, window=subframe, anchor="nw")
TreeWidget.py 257 id = self.canvas.create_window(textx, texty,
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkdnd.py 224 id = canvas.create_window(x, y, window=label, anchor="nw")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 433 self.sfid = canvas.create_window(0, 0, window=subframe, anchor="nw")
TreeWidget.py 257 id = self.canvas.create_window(textx, texty,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 224 id = canvas.create_window(x, y, window=label, anchor="nw")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 433 self.sfid = canvas.create_window(0, 0, window=subframe, anchor="nw")
TreeWidget.py 257 id = self.canvas.create_window(textx, texty,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 224 id = canvas.create_window(x, y, window=label, anchor="nw")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 503 #define create_window CUR Strings[277] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 503 #define create_window CUR Strings[277] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libcurses.so 

Completed in 650 milliseconds

1 2