Searched refs:refCount (Results 1 - 25 of 69) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxdrawable.h91 int refCount; member in struct:__GLXdrawable
H A Ddristruct.h50 int refCount; member in struct:_DRIDrawablePrivRec
123 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain_base.c60 DWORD refCount = InterlockedIncrement(&This->ref); local
61 TRACE("(%p) : AddRef increasing from %d\n", This, refCount - 1);
62 return refCount;
67 DWORD refCount; local
68 refCount = InterlockedDecrement(&This->ref);
69 TRACE("(%p) : ReleaseRef to %d\n", This, refCount);
70 if (refCount == 0) {
73 return refCount;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglxdrawable.h97 int refCount; member in struct:__GLXdrawable
H A Ddristruct.h55 int refCount; member in struct:_DRIDrawablePrivRec
/vbox/src/VBox/Main/include/
H A DSecretKeyStore.h60 uint32_t refCount();
/vbox/src/VBox/Main/src-all/
H A DSecretKeyStore.cpp82 uint32_t SecretKey::refCount() function in class:SecretKey
159 if (pKey->refCount() != 0)
203 if ( pKey->refCount()
218 AssertMsg(!pKey->refCount(), ("No one should access the stored key at this point anymore!\n"));
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_occlude.h30 GLuint refCount; member in struct:__anon16218
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddristruct.h60 int refCount; member in struct:_DRIDrawablePrivRec
H A Dglxdrawable.h102 int refCount; member in struct:__GLXdrawablePrivateRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddristruct.h60 int refCount; member in struct:_DRIDrawablePrivRec
H A Dglxdrawable.h102 int refCount; member in struct:__GLXdrawablePrivateRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddristruct.h49 int refCount; member in struct:_DRIDrawablePrivRec
121 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddristruct.h49 int refCount; member in struct:_DRIDrawablePrivRec
121 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddristruct.h55 int refCount; member in struct:_DRIDrawablePrivRec
129 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddristruct.h51 int refCount; member in struct:_DRIDrawablePrivRec
125 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddristruct.h51 int refCount; member in struct:_DRIDrawablePrivRec
125 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddristruct.h51 int refCount; member in struct:_DRIDrawablePrivRec
125 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddristruct.h51 int refCount; member in struct:_DRIDrawablePrivRec
126 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddristruct.h51 int refCount; member in struct:_DRIDrawablePrivRec
126 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddristruct.h51 int refCount; member in struct:_DRIDrawablePrivRec
126 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddristruct.h51 int refCount; member in struct:_DRIDrawablePrivRec
126 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddristruct.h49 int refCount; member in struct:_DRIDrawablePrivRec
121 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddristruct.h49 int refCount; member in struct:_DRIDrawablePrivRec
121 int refCount; member in struct:_DRIEntPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddristruct.h49 int refCount; member in struct:_DRIDrawablePrivRec
121 int refCount; member in struct:_DRIEntPrivRec

Completed in 4584 milliseconds

123