Home
last modified time | relevance | path

Searched refs:UINT_PTR (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_wgl.c61 return DrvCopyContext( (DHGLRC)(UINT_PTR)hglrcSrc, in wglCopyContext()
62 (DHGLRC)(UINT_PTR)hglrcDst, in wglCopyContext()
71 return (HGLRC)(UINT_PTR)DrvCreateContext(hdc); in wglCreateContext()
80 return (HGLRC)(UINT_PTR)DrvCreateLayerContext( hdc, iLayerPlane ); in wglCreateLayerContext()
87 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); in wglDeleteContext()
94 return (HGLRC)(UINT_PTR)stw_get_current_context(); in wglGetCurrentContext()
115 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; in wglMakeCurrent()
224 return DrvShareLists((DHGLRC)(UINT_PTR)hglrc1, in wglShareLists()
225 (DHGLRC)(UINT_PTR)hglrc2); in wglShareLists()
/external/llvm-project/clang/test/Sema/
Dmingw-macro-qualified-type.c8 typedef unsigned int UINT_PTR, *PUINT_PTR; typedef
13 typedef WINBOOL(CALLBACK WINAPI *PSYMBOLSERVERCALLBACKPROC)(UINT_PTR action, ULONG64 data, ULONG64 …
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h118 virtual HRESULT InFileStream_On_Error(UINT_PTR val, DWORD error);
119 virtual void InFileStream_On_Destroy(UINT_PTR val);
DUpdateCallback.cpp739 HRESULT CArchiveUpdateCallback::InFileStream_On_Error(UINT_PTR val, DWORD error) in InFileStream_On_Error()
757 void CArchiveUpdateCallback::InFileStream_On_Destroy(UINT_PTR val) in InFileStream_On_Destroy()
/external/lzma/CPP/Windows/
DWindow.h269 UINT_PTR SetTimer(UINT_PTR idEvent, UINT elapse, TIMERPROC timerFunc = 0)
271 bool KillTimer(UINT_PTR idEvent) in KillTimer()
/external/deqp-deps/glslang/glslang/Include/
DCommon.h73 #define UINT_PTR uintptr_t macro
77 #define UINT_PTR uintptr_t macro
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp15 static const UINT_PTR kTimerID = 3;
DProgressDialog.h80 UINT_PTR _timer;
DProgressDialog2.h121 UINT_PTR _timer;
DProgressDialog2.cpp23 static const UINT_PTR kTimerID = 3;
/external/lzma/CPP/7zip/Common/
DFileStreams.h23 typedef UINT_PTR My_UINT_PTR;
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp280 return reinterpret_cast<void*>(reinterpret_cast<UINT_PTR>(memory) + headerSkip); in allocate()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp291 UINT32 result = (UINT32)(UINT_PTR)execInfo.hInstApp; in WinMain()
/external/webrtc/rtc_base/
Dtask_queue_win.cc206 UINT_PTR timer_id_ = 0;
/external/lzma/C/
DAlloc.c259 typedef UINT_PTR UIntPtr;
/external/deqp/framework/delibs/debase/
DdeDefs.h177 typedef UINT_PTR deUintptr;
/external/lzma/CPP/Common/
DMyString.h157 return (wchar_t)(unsigned)(UINT_PTR)CharUpperW((LPWSTR)(UINT_PTR)(unsigned)c); in MyCharUpper()
DMyString.cpp123 wchar_t *res = CharUpperW((LPWSTR)(UINT_PTR)(unsigned)c); in MyCharUpper_WIN()
125 return (wchar_t)(unsigned)(UINT_PTR)res; in MyCharUpper_WIN()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h54 typedef BOOL (WINAPI *PSYMBOLSERVERSETOPTIONSPROC)(UINT_PTR,ULONG64);
55 …typedef BOOL (CALLBACK WINAPI *PSYMBOLSERVERCALLBACKPROC)(UINT_PTR action,ULONG64 data,ULONG64 con…
56 typedef UINT_PTR (WINAPI *PSYMBOLSERVERGETOPTIONSPROC)();
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c579 executeRes = (UINT32)(UINT_PTR)ei.hInstApp; in main()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...