Searched defs:refcount (Results 1 - 25 of 49) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsampler.c38 ULONG refcount = InterlockedIncrement(&sampler->refcount); local
40 TRACE("%p increasing refcount to %u.\n", sampler, refcount);
42 return refcount;
47 ULONG refcount = InterlockedDecrement(&sampler->refcount); local
49 TRACE("%p decreasing refcount to %u.\n", sampler, refcount);
51 if (!refcount)
[all...]
H A Dview.c38 ULONG refcount = InterlockedIncrement(&view->refcount); local
40 TRACE("%p increasing refcount to %u.\n", view, refcount);
42 return refcount;
47 ULONG refcount = InterlockedDecrement(&view->refcount); local
49 TRACE("%p decreasing refcount to %u.\n", view, refcount);
51 if (!refcount)
[all...]
H A Dpalette.c46 ULONG refcount = InterlockedIncrement(&palette->ref); local
48 TRACE("%p increasing refcount to %u.\n", palette, refcount);
50 return refcount;
55 ULONG refcount = InterlockedDecrement(&palette->ref); local
57 TRACE("%p decreasing refcount to %u.\n", palette, refcount);
59 if (!refcount)
65 return refcount;
H A Dquery.c249 ULONG refcount = InterlockedIncrement(&query->ref); local
251 TRACE("%p increasing refcount to %u.\n", query, refcount);
253 return refcount;
258 ULONG refcount = InterlockedDecrement(&query->ref); local
260 TRACE("%p decreasing refcount to %u.\n", query, refcount);
262 if (!refcount)
284 return refcount;
H A Dvertexdeclaration.c53 ULONG refcount = InterlockedIncrement(&declaration->ref); local
55 TRACE("%p increasing refcount to %u.\n", declaration, refcount);
57 return refcount;
62 ULONG refcount = InterlockedDecrement(&declaration->ref); local
64 TRACE("%p decreasing refcount to %u.\n", declaration, refcount);
66 if (!refcount)
73 return refcount;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dview.c61 ULONG refcount = InterlockedIncrement(&This->refcount); local
63 TRACE("%p increasing refcount to %u\n", This, refcount);
65 return refcount;
71 ULONG refcount = InterlockedDecrement(&This->refcount); local
73 TRACE("%p decreasing refcount to %u\n", This, refcount);
75 if (!refcount)
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dstateblock.c63 ULONG refcount = InterlockedIncrement(&stateblock->refcount); local
65 TRACE("%p increasing refcount to %u.\n", iface, refcount);
67 return refcount;
73 ULONG refcount = InterlockedDecrement(&stateblock->refcount); local
75 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
77 if (!refcount)
[all...]
H A Dquery.c63 ULONG refcount = InterlockedIncrement(&query->refcount); local
65 TRACE("%p increasing refcount to %u.\n", iface, refcount);
67 return refcount;
73 ULONG refcount = InterlockedDecrement(&query->refcount); local
75 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
77 if (!refcount)
[all...]
H A Dshader.c60 ULONG refcount = InterlockedIncrement(&shader->refcount); local
62 TRACE("%p increasing refcount to %u.\n", iface, refcount);
64 if (refcount == 1)
72 return refcount;
78 ULONG refcount = InterlockedDecrement(&shader->refcount); local
80 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
204 ULONG refcount = InterlockedIncrement(&shader->refcount); local
222 ULONG refcount = InterlockedDecrement(&shader->refcount); local
[all...]
H A Dsurface.c63 ULONG refcount; local
73 refcount = InterlockedIncrement(&surface->refcount);
74 TRACE("%p increasing refcount to %u.\n", iface, refcount);
76 if (refcount == 1)
85 return refcount;
91 ULONG refcount; local
101 refcount = InterlockedDecrement(&surface->refcount);
[all...]
H A Dswapchain.c82 ULONG refcount = InterlockedIncrement(&swapchain->refcount); local
84 TRACE("%p increasing refcount to %u.\n", iface, refcount);
86 if (refcount == 1)
96 return refcount;
102 ULONG refcount = InterlockedDecrement(&swapchain->refcount); local
104 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
[all...]
H A Dvertexdeclaration.c231 ULONG refcount = InterlockedIncrement(&declaration->refcount); local
233 TRACE("%p increasing refcount to %u.\n", iface, refcount);
235 if (refcount == 1)
243 return refcount;
249 ULONG refcount = InterlockedDecrement(&declaration->refcount); local
251 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
[all...]
H A Dvolume.c62 ULONG refcount; local
72 refcount = InterlockedIncrement(&volume->refcount);
73 TRACE("%p increasing refcount to %u.\n", iface, refcount);
75 if (refcount == 1)
82 return refcount;
88 ULONG refcount; local
98 refcount = InterlockedDecrement(&volume->refcount);
[all...]
H A Dbuffer.c62 ULONG refcount = InterlockedIncrement(&buffer->refcount); local
64 TRACE("%p increasing refcount to %u.\n", iface, refcount);
66 if (refcount == 1)
74 return refcount;
80 ULONG refcount = InterlockedDecrement(&buffer->refcount); local
82 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
356 ULONG refcount = InterlockedIncrement(&buffer->refcount); local
374 ULONG refcount = InterlockedDecrement(&buffer->refcount); local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h169 int type, state, refcount; member in struct:_xf86cfgDevice
175 int type, state, refcount; member in struct:__anon7354
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dconfig.h142 int type, state, refcount; member in struct:_xf86cfgDevice
148 int type, state, refcount; member in struct:__anon7730
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig.h141 int type, state, refcount; member in struct:_xf86cfgDevice
147 int type, state, refcount; member in struct:__anon8090
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dconfig.h170 int type, state, refcount; member in struct:_xf86cfgDevice
176 int type, state, refcount; member in struct:__anon4506
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddirectx.c75 ULONG refcount = InterlockedIncrement(&d3d8->refcount); local
77 TRACE("%p increasing refcount to %u.\n", iface, refcount);
79 return refcount;
85 ULONG refcount = InterlockedDecrement(&d3d8->refcount); local
87 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
89 if (!refcount)
[all...]
H A Dbuffer.c60 ULONG refcount = InterlockedIncrement(&buffer->refcount); local
62 TRACE("%p increasing refcount to %u.\n", iface, refcount);
64 if (refcount == 1)
72 return refcount;
78 ULONG refcount = InterlockedDecrement(&buffer->refcount); local
80 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
355 ULONG refcount = InterlockedIncrement(&buffer->refcount); local
373 ULONG refcount = InterlockedDecrement(&buffer->refcount); local
[all...]
H A Dd3d8_private.h115 LONG refcount; member in struct:d3d8
189 LONG refcount; member in struct:d3d8_volume
201 LONG refcount; member in struct:d3d8_swapchain
212 LONG refcount; member in struct:d3d8_surface
231 LONG refcount; member in struct:d3d8_vertexbuffer
244 LONG refcount; member in struct:d3d8_indexbuffer
257 LONG refcount; member in struct:d3d8_texture
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dnouveau_private.h90 int refcount; member in struct:nouveau_bo_priv
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/vbo/
H A Dvbo_save.h102 GLuint refcount; member in struct:vbo_save_vertex_store
108 GLuint refcount; member in struct:vbo_save_primitive_store
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dconfig.h170 int type, state, refcount; member in struct:_xf86cfgDevice
176 int type, state, refcount; member in struct:__anon4067
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dcrtdefs.h221 int refcount; member in struct:threadlocaleinfostruct
229 int *refcount; member in struct:threadlocaleinfostruct::__anon13690

Completed in 1697 milliseconds

12