/external/mesa3d/src/mesa/main/ |
transformfeedback.c | 64 ASSERT(oldObj->RefCount > 0); 65 oldObj->RefCount--; 67 if (oldObj->RefCount == 0) { 79 if (obj->RefCount == 0) { 84 obj->RefCount++; 118 assert(ctx->TransformFeedback.DefaultObject->RefCount == 1); 123 assert(ctx->TransformFeedback.DefaultObject->RefCount == 2); 216 obj->RefCount = 1;
|
framebuffer.c | 133 fb->RefCount = 1; 174 fb->RefCount = 1; 209 assert(fb->RefCount == 0); 243 ASSERT(oldFb->RefCount > 0); 244 oldFb->RefCount--; 245 deleteFlag = (oldFb->RefCount == 0); 257 fb->RefCount++;
|
texobj.c | 116 obj->RefCount = 1; 333 * If '*ptr', decrement *ptr's refcount (and delete if it becomes zero). 334 * If 'tex' is non-null, increment its refcount. 353 ASSERT(oldTex->RefCount > 0); 354 oldTex->RefCount--; 356 deleteFlag = (oldTex->RefCount == 0); 375 if (tex->RefCount == 0) { 382 tex->RefCount++; 785 assert(texObj->RefCount == 1); [all...] |
/external/mesa3d/src/mesa/program/ |
prog_cache.c | 211 c->program = program; /* no refcount change */ 239 c->program = (struct gl_program *)program; /* no refcount change */
|
/external/mesa3d/src/mesa/vbo/ |
vbo_save.h | 113 GLuint refcount; member in struct:vbo_save_vertex_store 119 GLuint refcount; member in struct:vbo_save_primitive_store
|
/external/sfntly/cpp/src/sfntly/data/ |
font_data.h | 26 #include "sfntly/port/refcount.h" 51 class FontData : virtual public RefCount {
|
/frameworks/av/media/utils/ |
BatteryNotifier.cpp | 53 ALOGW("%s: video refcount is broken.", __FUNCTION__); 86 ALOGW("%s: audio refcount is broken.", __FUNCTION__);
|
/hardware/intel/common/libwsbm/src/ |
wsbm_manager.c | 73 struct _WsbmAtomic refCount; 438 wsbmAtomicInc(&buf->storage->refCount); 440 wsbmAtomicInc(&buf->refCount); 477 if (wsbmAtomicDecZero(&buf->refCount)) { 770 wsbmAtomicSet(&newBuf->refCount, 1); 849 wsbmAtomicInc(&storage->refCount); 984 wsbmAtomicSet(&buf->refCount, 1); 1147 wsbmAtomicInc(&storage->refCount);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
crtdefs.h | 176 int refcount; member in struct:threadlocaleinfostruct 184 int *refcount; member in struct:threadlocaleinfostruct::__anon42178
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
codecs.h | 24 The search_function's refcount is incremented by this function. */ 86 All APIs return a codec object with incremented refcount and are
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
codecs.h | 24 The search_function's refcount is incremented by this function. */ 86 All APIs return a codec object with incremented refcount and are
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
codecs.h | 24 The search_function's refcount is incremented by this function. */ 86 All APIs return a codec object with incremented refcount and are
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
codecs.h | 24 The search_function's refcount is incremented by this function. */ 86 All APIs return a codec object with incremented refcount and are
|
/external/libdrm/amdgpu/ |
amdgpu_bo.c | 96 atomic_set(&bo->refcount, 1); 346 /* The buffer already exists, just bump the refcount. */ 347 atomic_inc(&bo->refcount); 408 atomic_set(&bo->refcount, 1); 562 atomic_set(&bo->refcount, 1);
|
/external/cmockery/cmockery_0_1_2/src/ |
cmockery.c | 53 int refcount; member in struct:ListNode 314 node->refcount = 1; 322 const int refcount) { 327 new_node->refcount = refcount; 454 const void* value, const int refcount) { 476 value, refcount); 480 refcount); 487 * node's old refcount value if a value is found, 0 otherwise. 517 return_value = value_node->refcount; [all...] |
/external/dbus/dbus/ |
dbus-mainloop.c | 60 int refcount; member in struct:DBusLoop 153 loop->refcount = 1; 162 _dbus_assert (loop->refcount > 0); 164 loop->refcount += 1; 173 _dbus_assert (loop->refcount > 0); 175 loop->refcount -= 1; 176 if (loop->refcount == 0)
|
dbus-spawn-win.c | 63 int refcount; member in struct:DBusBabysitter 103 sitter->refcount = 1; 153 _dbus_assert (sitter->refcount > 0); 155 sitter->refcount += 1; 193 _dbus_assert (sitter->refcount > 0); 195 sitter->refcount -= 1; 197 if (sitter->refcount == 0)
|
dbus-object-tree.c | 59 int refcount; /**< Reference count */ member in struct:DBusObjectTree 72 DBusAtomic refcount; /**< Reference count */ member in struct:DBusObjectSubtree 105 tree->refcount = 1; 131 _dbus_assert (tree->refcount > 0); 133 tree->refcount += 1; 145 _dbus_assert (tree->refcount > 0); 147 tree->refcount -= 1; 149 if (tree->refcount == 0) 994 _dbus_atomic_inc (&subtree->refcount); 1010 _dbus_atomic_inc (&subtree->refcount); [all...] |
/external/icu/icu4c/source/common/ |
serv.cpp | 17 // in case we use the refcount stuff 205 int32_t refcount; member in class:CacheEntry 219 : refcount(1), actualDescriptor(_actualDescriptor), service(_service) { 229 ++refcount; 237 * the refcount drops to zero, the resource is released. Return 241 if ((--refcount) == 0) { 253 return refcount > 1;
|
usprep.cpp | 159 if ((noRefCount== FALSE && profile->refCount == 0) || 327 profile->refCount++; 366 // If another thread already inserted the same key/value, refcount and cleanup our thread data 369 profile->refCount++; 383 profile->refCount = 1; 427 if(profile->refCount > 0){ 428 profile->refCount--;
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 129 // This should come right before RefCount, so that the two fields can be 134 mutable unsigned RefCount; 137 void Retain() const { ++RefCount; } 144 : State(state), LCtx(lctx), Origin(E), RefCount(0) {} 147 : State(state), LCtx(lctx), Origin(D), RefCount(0) {} 152 Data(Original.Data), Location(Original.Location), RefCount(0) {} [all...] |
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
GLSharedGroup.cpp | 462 data->refcount = 1; 486 data->refcount++; 493 if (--data->refcount == 0) {
|
GLSharedGroup.h | 97 int refcount; member in struct:ShaderData
|
/external/libdrm/radeon/ |
bof.c | 58 object->refcount = 1; 374 bof->refcount++; 383 if (--bof->refcount > 0)
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
btSparseSDF.h | 138 int refcount=0; local 150 delete pc;pc=pp;++refcount; 155 return(refcount);
|