HomeSort by relevance Sort by last modified time
    Searched refs:UINT (Results 51 - 75 of 333) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/tools/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
485 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUndoManager.idl 105 HRESULT levelsOfUndo([out, retval] UINT* result);
135 HRESULT registerUndoWithTarget([in] IUnknown* target, [in] UINT aSelector, [in] IUnknown* anObject);
165 HRESULT setLevelsOfUndo([in] UINT anInt);
249 HRESULT selector([out, retval] UINT* result);
264 HRESULT setSelector([in] UINT selector);
288 HRESULT frameLength([out, retval] UINT* result);
293 HRESULT getArgumentTypeAtIndex([in] UINT index, [out, retval] BSTR* result);
303 HRESULT methodReturnLength([out, retval] UINT* result);
313 HRESULT numberOfArguments([out, retval] UINT* result);
IWebJavaScriptCollector.idl 42 HRESULT objectCount([out, retval] UINT* count);
DOMCSS.idl 71 HRESULT length([out, retval] UINT* result);
76 HRESULT item([in] UINT index, [out, retval] IDOMCSSRule** result);
165 HRESULT length([out, retval] UINT* result);
170 HRESULT item([in] UINT index, [out, retval] BSTR* result);
229 HRESULT insertRule([in] BSTR rule, [in] UINT index, [out, retval] UINT* result);
234 HRESULT deleteRule([in] UINT index);
IWebFramePrivate.idl 67 HRESULT getPrintedPageCount([in] HDC printDC, [out, retval] UINT* pageCount);
68 [local] HRESULT spoolPages([in] HDC printDC, [in] UINT startPage, [in] UINT endPage, [out, retval] void* ctx);
80 HRESULT pendingFrameUnloadEventCount([out, retval] UINT* result);
90 HRESULT numberOfActiveAnimations([out, retval] UINT* number);
121 HRESULT hasSpellingMarker([in] UINT from, [in] UINT length, [out, retval] BOOL* result);
  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.h 121 static LRESULT CALLBACK InspectorViewWndProc(HWND, UINT, WPARAM, LPARAM);
122 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
124 LRESULT onSizeEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
125 LRESULT onMinMaxInfoEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
126 LRESULT onSetFocusEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
127 LRESULT onCloseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
  /external/clang/test/Lexer/
ms-extensions.c 17 #define UINT 0xffffffffui32
23 unsigned int n = UINT;
  /external/webkit/Source/JavaScriptCore/wtf/win/
MainThreadWin.cpp 42 static UINT threadingFiredMessage;
45 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.h 52 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
78 static LRESULT fullscreenWndProc(HWND, UINT message, WPARAM, LPARAM);
  /external/webkit/Tools/MiniBrowser/win/
BrowserWindow.h 52 static LRESULT CALLBACK BrowserWindowWndProc(HWND, UINT, WPARAM, LPARAM);
55 LRESULT wndProc(HWND, UINT, WPARAM, LPARAM);
  /hardware/ti/omap3/dspbridge/inc/
dbdcddef.h 69 UINT uMsgSegid;
70 UINT uMsgNotifyType;
sync.h 255 extern DSP_STATUS SYNC_PostMessage(IN HANDLE hWindow, IN UINT uMsg);
339 hSyncEvents, IN UINT uCount,
341 OUT UINT * puIndex);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdcddef.h 69 UINT uMsgSegid;
70 UINT uMsgNotifyType;
sync.h 255 extern DSP_STATUS SYNC_PostMessage(IN HANDLE hWindow, IN UINT uMsg);
339 hSyncEvents, IN UINT uCount,
341 OUT UINT * puIndex);
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h 51 virtual LRESULT OnMouseRange(UINT msg,
54 virtual LRESULT OnReflectedMessage(UINT msg,
61 virtual void OnSize(UINT param, const WTL::CSize& size) OVERRIDE;
68 void ScrollCommon(UINT message, int scroll_type, short position,
  /external/qemu/distrib/sdl-1.2.12/src/timer/wince/
SDL_systimer.c 95 static UINT WIN_timer;
149 static UINT timerID = 0;
151 static void CALLBACK HandleAlarm(UINT uID, UINT uMsg, DWORD dwUser,
  /external/webkit/Source/WebKit/win/
WebJavaScriptCollector.h 52 /* [retaval][out] */ UINT* count);
  /external/webkit/Source/WebKit2/Shared/win/
NativeWebMouseEventWin.cpp 33 NativeWebMouseEvent::NativeWebMouseEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView)
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/
LayoutTestControllerWin.cpp 47 static void CALLBACK waitToDumpWatchdogTimerFired(HWND, UINT, UINT_PTR, DWORD)
  /external/chromium/chrome/browser/ui/views/
native_constrained_window_win.cc 10 bool IsNonClientHitTestCode(UINT hittest) {
45 virtual LRESULT OnMouseActivate(UINT message,
48 if (IsNonClientHitTestCode(static_cast<UINT>(LOWORD(l_param))))
  /external/webkit/Source/WebCore/platform/win/
WindowsTouch.h 76 UINT cbSize; // size, in bytes, of this structure (including variable length Args field)
84 UINT cbExtraArgs; // size, in bytes, of extra arguments, if any, that accompany this gesture
103 UINT cbSize; // size, in bytes, of this structure
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 79 #define UINT u32
172 UINT Length; // Length of this structure
173 UINT KeyIndex;
174 UINT KeyLength; // length of key in bytes
182 UINT Length; // Length of this structure
183 UINT KeyIndex;
189 UINT Length; // Length of this structure
190 UINT KeyIndex; // 0 is the per-client key, 1-N are the
192 UINT KeyLength; // length of key in bytes
279 UINT NumberOfItems; // in list below, at least
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ralink.h 80 #define UINT u32
173 UINT Length; // Length of this structure
174 UINT KeyIndex;
175 UINT KeyLength; // length of key in bytes
183 UINT Length; // Length of this structure
184 UINT KeyIndex;
190 UINT Length; // Length of this structure
191 UINT KeyIndex; // 0 is the per-client key, 1-N are the
193 UINT KeyLength; // length of key in bytes
280 UINT NumberOfItems; // in list below, at least
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.cpp 127 UINT streamOffset = 0;
207 IndexBuffer::IndexBuffer(IDirect3DDevice9 *device, UINT size, D3DFORMAT format) : mDevice(device), mBufferSize(size), mIndexBuffer(NULL)
242 StreamingIndexBuffer::StreamingIndexBuffer(IDirect3DDevice9 *device, UINT initialSize, D3DFORMAT format) : IndexBuffer(device, initialSize, format)
251 void *StreamingIndexBuffer::map(UINT requiredSpace, UINT *offset)
272 void StreamingIndexBuffer::reserveSpace(UINT requiredSpace, GLenum type)
313 void *StaticIndexBuffer::map(UINT requiredSpace, UINT *offset)
333 void StaticIndexBuffer::reserveSpace(UINT requiredSpace, GLenum type)
360 UINT StaticIndexBuffer::lookupRange(intptr_t offset, GLsizei count, UINT *minIndex, UINT *maxIndex
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.h 182 void OnActivate(UINT, BOOL, HWND);
187 LRESULT OnSetCursor(HWND window, UINT hittest_code, UINT mouse_message_id);
196 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
198 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
200 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
202 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
204 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
206 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
208 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled)
    [all...]

Completed in 163 milliseconds

1 23 4 5 6 7 8 91011>>