Searched refs:add_ref (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
D | d3d1xstutil.h | 261 unsigned add_ref() 333 unsigned add_ref() 391 inline ULONG add_ref() 393 return refcnt.add_ref(); 439 return add_ref(); 471 return BaseClass::add_ref(); 522 void add_ref() {Traits::add_ref(p);} 553 add_ref(); 559 add_ref(); 601 static void add_ref(void* p) {} [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | irel.h | 65 errcode_t (*add_ref)(ext2_irel irel, ext2_ino_t ino, member 109 #define ext2fs_irel_add_ref(irel, ino, ref) ((irel)->add_ref((irel), ino, ref))
|
D | irel_ma.c | 124 irel->add_ref = ima_add_ref; in ext2fs_irel_memarray_create()
|
/external/opencv/cxcore/include/ |
D | cxcore.hpp | 252 void set( CvMat* m, bool add_ref ) in set() argument 256 if( add_ref ) in set()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_objects.h | 57 inline ULONG add_ref() in add_ref() function 59 return GalliumPrivateDataComObject<Base, dual_refcnt_t>::add_ref(); in add_ref() 69 return add_ref(); in AddRef()
|
D | d3d11_context.h | 2071 static void add_ref(void* p) in add_ref() function
|
/external/libxml2/doc/ |
D | apibuild.py | 205 …def add_ref(self, name, header, module, static, type, lineno, info=None, extra=None, conditionals … member in index 621 self.index.add_ref(name, module, module, static, type, 624 self.index.add_ref(name, None, module, static, type, self.lineno(),
|