Searched refs:AddRef (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwintaskbar.c41 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
H A Dpropertystore.h54 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
H A Dddraw.h1209 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
1223 #define IDirectDrawPalette_AddRef(p) ICOM_CALL_(AddRef,p,(p))
1238 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
1251 #define IDirectDrawClipper_AddRef(p) ICOM_CALL_(AddRef,p,(p))
1268 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
1314 #define IDirectDraw_AddRef(p) ICOM_CALL_(AddRef,p,(p))
1356 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
1408 #define IDirectDraw2_AddRef(p) ICOM_CALL_(AddRef,p,(p))
1441 STDMETHOD_(ULONG, AddRef) (THIS) PURE;
1498 #define IDirectDraw4_AddRef(p) ICOM_CALL_(AddRef,
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/d3dadapter/
H A Dpresent.h59 ULONG (WINAPI *AddRef)(ID3DPresent *This);
111 #define ID3DPresent_AddRef(p) (p)->lpVtbl->AddRef(p)
141 ULONG (WINAPI *AddRef)(ID3DPresentGroup *This);
163 #define ID3DPresentGroup_AddRef(p) (p)->lpVtbl->AddRef(p)
H A Dd3dadapter9.h36 ULONG (WINAPI *AddRef)(ID3DAdapter9 *This);
58 #define ID3DAdapter9_AddRef(p) (p)->lpVtbl->AddRef(p)
/xsrc/external/mit/MesaLib/dist/include/d3dadapter/
H A Dpresent.h59 ULONG (WINAPI *AddRef)(ID3DPresent *This);
111 #define ID3DPresent_AddRef(p) (p)->lpVtbl->AddRef(p)
141 ULONG (WINAPI *AddRef)(ID3DPresentGroup *This);
163 #define ID3DPresentGroup_AddRef(p) (p)->lpVtbl->AddRef(p)
H A Dd3dadapter9.h36 ULONG (WINAPI *AddRef)(ID3DAdapter9 *This);
58 #define ID3DAdapter9_AddRef(p) (p)->lpVtbl->AddRef(p)
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9.h443 ULONG (WINAPI *AddRef)(IDirect3D9 *This);
468 #define IDirect3D9_AddRef(p) (p)->lpVtbl->AddRef(p)
490 ULONG (WINAPI *AddRef)(IDirect3D9Ex *This);
521 #define IDirect3D9Ex_AddRef(p) (p)->lpVtbl->AddRef(p)
549 ULONG (WINAPI *AddRef)(IDirect3D9ExOverlayExtension *This);
561 #define IDirect3D9ExOverlayExtension_AddRef(p) (p)->lpVtbl->AddRef(p)
570 ULONG (WINAPI *AddRef)(IDirect3DAuthenticatedChannel9 *This);
586 #define IDirect3DAuthenticatedChannel9_AddRef(p) (p)->lpVtbl->AddRef(p)
599 ULONG (WINAPI *AddRef)(IDirect3DBaseTexture9 *This);
625 #define IDirect3DBaseTexture9_AddRef(p) (p)->lpVtbl->AddRef(
[all...]
H A Dd3d9types.h1790 virtual ULONG WINAPI AddRef() = 0;
1800 ULONG (WINAPI *AddRef)(IUnknown *This);
1811 #define IUnknown_AddRef(p) (p)->lpVtbl->AddRef(p)
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9.h443 ULONG (WINAPI *AddRef)(IDirect3D9 *This);
468 #define IDirect3D9_AddRef(p) (p)->lpVtbl->AddRef(p)
490 ULONG (WINAPI *AddRef)(IDirect3D9Ex *This);
521 #define IDirect3D9Ex_AddRef(p) (p)->lpVtbl->AddRef(p)
549 ULONG (WINAPI *AddRef)(IDirect3D9ExOverlayExtension *This);
561 #define IDirect3D9ExOverlayExtension_AddRef(p) (p)->lpVtbl->AddRef(p)
570 ULONG (WINAPI *AddRef)(IDirect3DAuthenticatedChannel9 *This);
586 #define IDirect3DAuthenticatedChannel9_AddRef(p) (p)->lpVtbl->AddRef(p)
599 ULONG (WINAPI *AddRef)(IDirect3DBaseTexture9 *This);
625 #define IDirect3DBaseTexture9_AddRef(p) (p)->lpVtbl->AddRef(
[all...]
H A Dd3d9types.h1790 virtual ULONG WINAPI AddRef() = 0;
1800 ULONG (WINAPI *AddRef)(IUnknown *This);
1811 #define IUnknown_AddRef(p) (p)->lpVtbl->AddRef(p)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dddraw.h1200 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1210 #define IDirectDrawPalette_AddRef(p) ICOM_CALL_(AddRef,p,(p))
1227 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1239 #define IDirectDrawClipper_AddRef(p) ICOM_CALL_(AddRef,p,(p))
1258 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1284 #define IDirectDraw_AddRef(p) ICOM_CALL_(AddRef,p,(p))
1329 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1357 #define IDirectDraw2_AddRef(p) ICOM_CALL_(AddRef,p,(p))
1392 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1425 #define IDirectDraw4_AddRef(p) ICOM_CALL_(AddRef,
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_batch.cpp252 object->AddRef();
H A Dd3d12_compiler.cpp1254 ULONG STDMETHODCALLTYPE AddRef() override { return 1; } function in class:ShaderBlob
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-tuple.h134 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
137 struct AddRef { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
139 struct AddRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
141 // A handy wrapper for AddRef.
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.cpp745 ULONG STDMETHODCALLTYPE AddRef() override { return 1; } function in struct:validate_module::shader_blob

Completed in 44 milliseconds