Home
last modified time | relevance | path

Searched refs:STDMETHOD_ (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/include/Direct3D/
Dd3d8.h169 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECLARE_INTERFACE_()
170 STDMETHOD_(ULONG,Release)(THIS) PURE; in DECLARE_INTERFACE_()
174 STDMETHOD_(UINT, GetAdapterCount)(THIS) PURE; in DECLARE_INTERFACE_()
176 STDMETHOD_(UINT, GetAdapterModeCount)(THIS_ UINT Adapter) PURE; in DECLARE_INTERFACE_()
184 STDMETHOD_(HMONITOR, GetAdapterMonitor)(THIS_ UINT Adapter) PURE; in DECLARE_INTERFACE_()
251 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECLARE_INTERFACE_()
252 STDMETHOD_(ULONG,Release)(THIS) PURE; in DECLARE_INTERFACE_()
256 STDMETHOD_(UINT, GetAvailableTextureMem)(THIS) PURE; in DECLARE_INTERFACE_()
263 STDMETHOD_(void, SetCursorPosition)(THIS_ int X,int Y,DWORD Flags) PURE; in DECLARE_INTERFACE_()
264 STDMETHOD_(BOOL, ShowCursor)(THIS_ BOOL bShow) PURE; in DECLARE_INTERFACE_()
[all …]
/external/lzma/CPP/7zip/
DICoder.h297 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size) x; \
370 STDMETHOD_(void, Init)() throw() x; \
371 STDMETHOD_(void, Update)(const void *data, UInt32 size) throw() x; \
372 STDMETHOD_(void, Final)(Byte *digest) throw() x; \
373 STDMETHOD_(UInt32, GetDigestSize)() throw() x; \
382 STDMETHOD_(UInt32, GetNumHashers)() PURE;
/external/google-breakpad/src/testing/test/
Dgmock-generated-function-mockers_test.cc107 STDMETHOD_(int, CTNullary)() = 0;
108 STDMETHOD_(bool, CTUnary)(int x) = 0;
109 STDMETHOD_(int, CTDecimal)(bool b, char c, short d, int e, long f, // NOLINT
111 STDMETHOD_(char, CTConst)(int x) const = 0;
401 STDMETHOD_(void, Push)(const T& value) = 0;
402 STDMETHOD_(void, Pop)() = 0;
403 STDMETHOD_(int, GetSize)() const = 0;
405 STDMETHOD_(const T&, GetTop)() const = 0;
/external/lzma/CPP/Common/
DMyWindows.h105 #define STDMETHOD_(t, f) virtual t STDMETHODCALLTYPE f macro
106 #define STDMETHOD(f) STDMETHOD_(HRESULT, f)
121 STDMETHOD_(ULONG, AddRef)() PURE;
122 STDMETHOD_(ULONG, Release)() PURE;
DMyCom.h203 STDMETHOD_(ULONG, AddRef)() throw() { return ++__m_RefCount; } \
204 STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \
/external/googletest/googlemock/test/
Dgmock-function-mocker_test.cc105 STDMETHOD_(int, CTNullary)() = 0;
106 STDMETHOD_(bool, CTUnary)(int x) = 0;
107 STDMETHOD_(int, CTDecimal)
110 STDMETHOD_(char, CTConst)(int x) const = 0;
464 STDMETHOD_(void, Push)(const T& value) = 0;
465 STDMETHOD_(void, Pop)() = 0;
466 STDMETHOD_(int, GetSize)() const = 0;
468 STDMETHOD_(const T&, GetTop)() const = 0;
Dgmock-generated-function-mockers_test.cc107 STDMETHOD_(int, CTNullary)() = 0;
108 STDMETHOD_(bool, CTUnary)(int x) = 0;
109 STDMETHOD_(int, CTDecimal)
112 STDMETHOD_(char, CTConst)(int x) const = 0;
465 STDMETHOD_(void, Push)(const T& value) = 0;
466 STDMETHOD_(void, Pop)() = 0;
467 STDMETHOD_(int, GetSize)() const = 0;
469 STDMETHOD_(const T&, GetTop)() const = 0;
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h330 STDMETHOD_(UInt32, GetNumHashers)();
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp316 STDMETHOD_(UInt32, GetNumHashers)();
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc128 STDMETHOD_(ULONG, AddRef()) in STDMETHOD_() function in webrtc::__anon88be2d050111::MediaBufferImpl
149 STDMETHOD_(ULONG, Release()) in STDMETHOD_() function in webrtc::__anon88be2d050111::MediaBufferImpl