HomeSort by relevance Sort by last modified time
    Searched defs:WINDOW (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/Preprocessor/
macro_arg_slocentry_merge.h 5 #define WINDOW win
7 extern void f P_((WINDOW win));
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.h 34 WINDOW = 0,
EglX11Api.cpp 41 WINDOW = 0,
179 Window root;
193 Window root;
209 Window root;
221 Window root;
296 return new SrfcInfo(wnd,SrfcInfo::WINDOW);
EglWindowsApi.cpp 96 WINDOW = 0,
125 m_type(WINDOW){
140 if(m_type == WINDOW){
182 wcx.lpfnWndProc = dummyWndProc; // points to window procedure
184 wcx.cbWndExtra = sizeof(void*); // save extra window memory, to store VasWindow instance
190 wcx.lpszClassName = "DummyWin"; // name of window class
249 PFD_DRAW_TO_WINDOW | // support window
342 EGLint window,bitmap,pbuffer,transparent; local
362 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[0],&window));
365 if(window) supportedSurfaces |= EGL_WINDOW_BIT
    [all...]
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service.h 34 // invoked and a Window is created to represent the window.
36 // To restore a tab/window from the TabRestoreService invoke RestoreEntryById
53 WINDOW
68 // The time when the window or tab was closed.
110 // Represents a previously open window.
111 struct Window : public Entry {
112 Window();
113 virtual ~Window();
115 // The tabs that comprised the window, in order
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
screencastid.h 12 #include "talk/base/window.h"
20 // Used for identifying a window or desktop to be screencast.
23 enum Type { INVALID, WINDOW, DESKTOP };
28 : type_(WINDOW), window_(id) {
35 const talk_base::WindowId& window() const { return window_; } function in class:cricket::ScreencastId
45 } else if (type_ == WINDOW) {
51 bool IsWindow() const { return type_ == WINDOW; }
59 } else if (type_ == WINDOW) {
60 return window_.Equals(other.window());
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.h 30 and create a window, you must do the following to use the X/Mesa interface:
37 3. Call XMesaCreateWindowBuffer() to create an XMesaBuffer from an X window
47 7. Before the X window is destroyed, call XMesaDestroyBuffer().
135 * Create a new XMesaContext for rendering into an X11 window.
157 * Create an XMesaBuffer from an X window.
159 extern XMesaBuffer XMesaCreateWindowBuffer( XMesaVisual v, Window w );
171 * Destroy an XMesaBuffer, but not the corresponding window or pixmap.
238 * Scan for XMesaBuffers whose window/pixmap has been destroyed, then free
315 WINDOW, /* An X window */
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.h 49 WINDOW,
328 typedef HANDLE (WINAPI* OpenThemeDataPtr)(HWND window,
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 30 and create a window, you must do the following to use the X/Mesa interface:
37 3. Call XMesaCreateWindowBuffer() to create an XMesaBuffer from an X window
47 7. Before the X window is destroyed, call XMesaDestroyBuffer().
135 * Create a new XMesaContext for rendering into an X11 window.
157 * Create an XMesaBuffer from an X window.
159 extern XMesaBuffer XMesaCreateWindowBuffer( XMesaVisual v, Window w );
171 * Destroy an XMesaBuffer, but not the corresponding window or pixmap.
238 * Scan for XMesaBuffers whose window/pixmap has been destroyed, then free
315 WINDOW, /* An X window */
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 121 WINDOW,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 128 WINDOW, /* An X window */
129 GLXWINDOW, /* GLX window */
145 * <drawable> is the X window
158 XMesaDrawable drawable; /* Usually the X window ID */
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
222 * because they depend on the window's colormap.
305 * Converts a GL window Y coord to an X window Y coord:
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 128 WINDOW, /* An X window */
129 GLXWINDOW, /* GLX window */
145 * <drawable> is the X window
158 XMesaDrawable drawable; /* Usually the X window ID */
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
222 * because they depend on the window's colormap.
305 * Converts a GL window Y coord to an X window Y coord:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 39 WINDOW = 'window'
83 display, rather than to a particular window.
211 """Toplevel widget of Tix which represents mostly the main window
493 elif not master: raise RuntimeError, "Too early to create display style: no root window"
752 system in a dialog window. The user can use this dialog window to
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 39 WINDOW = 'window'
83 display, rather than to a particular window.
211 """Toplevel widget of Tix which represents mostly the main window
493 elif not master: raise RuntimeError, "Too early to create display style: no root window"
752 system in a dialog window. The user can use this dialog window to
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
curses.h 100 * Definition used to make WINDOW and similar structs opaque.
114 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
375 /* window location and size */
376 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
379 short _flags; /* window state flags *
    [all...]
ncurses.h 100 * Definition used to make WINDOW and similar structs opaque.
114 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
375 /* window location and size */
376 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
379 short _flags; /* window state flags *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 100 * Definition used to make WINDOW and similar structs opaque.
114 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
375 /* window location and size */
376 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
379 short _flags; /* window state flags *
    [all...]
ncurses.h 100 * Definition used to make WINDOW and similar structs opaque.
114 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
375 /* window location and size */
376 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
379 short _flags; /* window state flags *
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 1101 milliseconds

1 2