Searched refs:InterlockedDecrement (Results 26 - 50 of 106) sorted by relevance

12345

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dpalette.c73 ULONG ref = InterlockedDecrement(&This->ref);
H A Dswapchain_base.c68 refCount = InterlockedDecrement(&This->ref);
H A Dvertexdeclaration.c77 ref = InterlockedDecrement(&This->ref);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dvolume.c103 ULONG ref = InterlockedDecrement(&volume->refcount);
H A Dbuffer.c78 ULONG refcount = InterlockedDecrement(&buffer->refcount);
373 ULONG refcount = InterlockedDecrement(&buffer->refcount);
H A Dsurface.c106 ULONG ref = InterlockedDecrement(&surface->refcount);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvolume.c98 refcount = InterlockedDecrement(&volume->refcount);
H A Dbuffer.c80 ULONG refcount = InterlockedDecrement(&buffer->refcount);
374 ULONG refcount = InterlockedDecrement(&buffer->refcount);
H A Dswapchain.c102 ULONG refcount = InterlockedDecrement(&swapchain->refcount);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dpalette.c55 ULONG refcount = InterlockedDecrement(&palette->ref);
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvProvider.cpp84 LONG cRefs = InterlockedDecrement(&m_cRefs);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dindexbuffer.c73 ULONG ref = InterlockedDecrement(&This->ref);
H A Dswapchain.c65 ULONG ref = InterlockedDecrement(&This->ref);
H A Dvertexbuffer.c74 ULONG ref = InterlockedDecrement(&This->ref);
H A Dvolume.c91 ULONG ref = InterlockedDecrement(&This->ref);
H A Dcubetexture.c74 ULONG ref = InterlockedDecrement(&This->ref);
H A Dsurface.c92 ULONG ref = InterlockedDecrement(&This->ref);
H A Dtexture.c74 ULONG ref = InterlockedDecrement(&This->ref);
H A Dvertexdeclaration.c75 ULONG ref_count = InterlockedDecrement(&This->ref_count);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dindexbuffer.c74 ULONG ref = InterlockedDecrement(&This->ref);
H A Dpixelshader.c73 ULONG ref = InterlockedDecrement(&This->ref);
H A Dvertexbuffer.c75 ULONG ref = InterlockedDecrement(&This->ref);
H A Dvertexshader.c73 ULONG ref = InterlockedDecrement(&This->ref);
H A Dvolume.c91 ULONG ref = InterlockedDecrement(&This->ref);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h228 long cnt = ::InterlockedDecrement (&refcnt);

Completed in 77 milliseconds

12345