/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | sampler.c | 38 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 D | view.c | 38 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 D | palette.c | 46 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 D | query.c | 249 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 D | vertexdeclaration.c | 53 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 D | view.c | 61 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 D | stateblock.c | 63 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 D | query.c | 63 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 D | shader.c | 60 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 D | surface.c | 63 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 D | swapchain.c | 82 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 D | vertexdeclaration.c | 231 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 D | volume.c | 62 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 D | buffer.c | 62 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 D | config.h | 169 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 D | config.h | 142 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 D | config.h | 141 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 D | config.h | 170 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 D | directx.c | 75 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 D | buffer.c | 60 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 D | d3d8_private.h | 115 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 D | nouveau_private.h | 90 int refcount; member in struct:nouveau_bo_priv
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/vbo/ |
H A D | vbo_save.h | 102 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 D | config.h | 170 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 D | crtdefs.h | 221 int refcount; member in struct:threadlocaleinfostruct 229 int *refcount; member in struct:threadlocaleinfostruct::__anon13690
|