Searched refs:RefCount (Results 51 - 75 of 109) sorted by relevance

12345

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldisplay.h76 EGLint RefCount; member in struct:_egl_resource
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.h30 class ByteArray : virtual public RefCount {
/external/mesa3d/src/egl/main/
H A Degldisplay.h76 EGLint RefCount; member in struct:_egl_resource
/external/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.h30 class ByteArray : virtual public RefCount {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h129 // This should come right before RefCount, so that the two fields can be
134 mutable unsigned RefCount; member in class:clang::ento::CallEvent
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) {}
1005 assert(RefCount > 0 && "Reference count is already zero.");
1006 --RefCount;
1008 if (RefCount > 0)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1240 GLint RefCount; member in struct:gl_sampler_object
1266 GLint RefCount; /**< reference count */ member in struct:gl_texture_object
1509 GLint RefCount; member in struct:gl_buffer_object
1576 GLint RefCount; member in struct:gl_array_object
1807 GLint RefCount; member in struct:gl_transform_feedback_object
1931 GLint RefCount; member in struct:gl_program
2144 GLint RefCount; member in struct:ati_fragment_shader
2189 GLint RefCount; /**< Reference count */ member in struct:gl_shader
2288 GLint RefCount; /**< Reference count */ member in struct:gl_shader_program
2528 GLint RefCount; /**< Referenc member in struct:gl_sync_object
2544 GLint RefCount; /**< Reference count */ member in struct:gl_shared_state
2610 GLint RefCount; member in struct:gl_renderbuffer
2675 GLint RefCount; member in struct:gl_framebuffer
[all...]
H A Dsamplerobj.c70 ASSERT(oldSamp->RefCount > 0);
71 oldSamp->RefCount--;
74 (void *) oldSamp, oldSamp->Name, oldSamp->RefCount);
76 deleteFlag = (oldSamp->RefCount == 0);
91 if (samp->RefCount == 0) {
98 samp->RefCount++;
101 (void *) samp, samp->Name, samp->RefCount);
117 sampObj->RefCount = 1;
H A Dtexobj.c116 obj->RefCount = 1;
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);
1250 early_out = ((ctx->Shared->RefCount == 1)
H A Datifragshader.c72 s->RefCount = 1;
255 curProg->RefCount--;
256 if (curProg->RefCount <= 0) {
285 newProg->RefCount++;
318 prog->RefCount--;
319 if (prog->RefCount <= 0) {
H A Dbufferobj.c271 bufObj->RefCount = -1000;
296 ASSERT(oldObj->RefCount > 0);
297 oldObj->RefCount--;
300 (void *) oldObj, oldObj->Name, oldObj->RefCount);
302 deleteFlag = (oldObj->RefCount == 0);
326 if (bufObj->RefCount == 0) {
333 bufObj->RefCount++;
336 (void *) bufObj, bufObj->Name, bufObj->RefCount);
357 obj->RefCount = 1;
618 DummyBufferObject.RefCount
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1240 GLint RefCount; member in struct:gl_sampler_object
1266 GLint RefCount; /**< reference count */ member in struct:gl_texture_object
1509 GLint RefCount; member in struct:gl_buffer_object
1576 GLint RefCount; member in struct:gl_array_object
1807 GLint RefCount; member in struct:gl_transform_feedback_object
1931 GLint RefCount; member in struct:gl_program
2144 GLint RefCount; member in struct:ati_fragment_shader
2189 GLint RefCount; /**< Reference count */ member in struct:gl_shader
2288 GLint RefCount; /**< Reference count */ member in struct:gl_shader_program
2528 GLint RefCount; /**< Referenc member in struct:gl_sync_object
2544 GLint RefCount; /**< Reference count */ member in struct:gl_shared_state
2610 GLint RefCount; member in struct:gl_renderbuffer
2675 GLint RefCount; member in struct:gl_framebuffer
[all...]
H A Dsamplerobj.c70 ASSERT(oldSamp->RefCount > 0);
71 oldSamp->RefCount--;
74 (void *) oldSamp, oldSamp->Name, oldSamp->RefCount);
76 deleteFlag = (oldSamp->RefCount == 0);
91 if (samp->RefCount == 0) {
98 samp->RefCount++;
101 (void *) samp, samp->Name, samp->RefCount);
117 sampObj->RefCount = 1;
H A Dtexobj.c116 obj->RefCount = 1;
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);
1250 early_out = ((ctx->Shared->RefCount == 1)
H A Datifragshader.c72 s->RefCount = 1;
255 curProg->RefCount--;
256 if (curProg->RefCount <= 0) {
285 newProg->RefCount++;
318 prog->RefCount--;
319 if (prog->RefCount <= 0) {
H A Dbufferobj.c271 bufObj->RefCount = -1000;
296 ASSERT(oldObj->RefCount > 0);
297 oldObj->RefCount--;
300 (void *) oldObj, oldObj->Name, oldObj->RefCount);
302 deleteFlag = (oldObj->RefCount == 0);
326 if (bufObj->RefCount == 0) {
333 bufObj->RefCount++;
336 (void *) bufObj, bufObj->Name, bufObj->RefCount);
357 obj->RefCount = 1;
618 DummyBufferObject.RefCount
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_xformfb.c81 obj->base.RefCount = 1;
H A Dst_cb_bufferobjects.c77 assert(obj->RefCount == 0);
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp90 assert(RefCount == 0 && "Cannot remove non-dead alias set from tracker!");
416 AS.RefCount -= NumRefs;
417 if (AS.RefCount == 0)
550 OS << " AliasSet[" << (const void*)this << ", " << RefCount << "] ";
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_xformfb.c81 obj->base.RefCount = 1;
H A Dst_cb_bufferobjects.c77 assert(obj->RefCount == 0);
/external/openfst/src/include/fst/
H A Dadd-on.h53 int RefCount() const { return ref_count_.count(); } function in class:fst::NullAddOn
120 int RefCount() const { return ref_count_.count(); } function in class:fst::AddOnPair
H A Dsymbol-table.h155 int RefCount() const { function in class:fst::SymbolTableImpl
413 if (impl_->RefCount() > 1) {
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp311 unsigned RefCount; member in struct:__anon26048::MipsConstantIslands::CPEntry
313 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
801 CPE->RefCount++;
1066 if (--CPE->RefCount == 0) {
1116 CPEs[i].RefCount++;
1172 CPEs[i].RefCount++;
1487 if (CPEs[j].RefCount == 0 && CPEs[j].CPEMI) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_object.cc60 if (it->second->RefCount() != 1) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValueTest.cpp128 TEST(CSSCalculationValue, RefCount)

Completed in 2699 milliseconds

12345