Home
last modified time | relevance | path

Searched refs:fRef (Results 1 – 14 of 14) sorted by relevance

/external/skia/tools/gpu/gl/debug/
DGrFakeRefObj.h24 : fRef(0) in GrFakeRefObj()
36 fRef++; in ref()
39 fRef--; in unref()
40 GrAlwaysAssert(fRef >= 0); in unref()
45 if (0 == fRef && fMarkedForDeletion) { in unref()
49 int getRefCount() const { return fRef; } in getRefCount()
66 int fRef; // ref count
/external/clang/test/SemaObjCXX/
Dconversion-to-objc-pointer.mm10 : fRef(t)
17 { return fRef; }
20 { return fRef; }
23 T fRef;
Dconversion-to-objc-pointer-2.mm17 : fRef(t)
24 { return fRef; }
27 T fRef;
Dreinterpret-cast-objc-pointertype.mm7 const NSString* fRef;
10 return reinterpret_cast<CFStringRef>(fRef);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
Dacondit.pbxuser213 fRef = 1A0F343112EA411F00496BB8 /* output */;
223 fRef = 1A0F347D12EA444500496BB8 /* PolyParser.m */;
233 fRef = F79D56C00A0E287500EA3CEE /* main.m */;
243 fRef = F7DD05E70A7B1572006A006C /* main.m */;
253 fRef = F7E983940A0D6A5F00F16093 /* main.m */;
263 fRef = F700ECE70A5FE25D005D0757 /* main.m */;
273 fRef = F7DD07800A7B67A7006A006C /* main.m */;
283 fRef = F72C5E560AB7E41000282574 /* main.m */;
293 fRef = 1AC5AC8112E7BC9100DF0C58 /* main.m */;
303 fRef = F7CD45FC0C64BA4B00FF933A /* main.m */;
[all …]
/external/skia/src/gpu/
DGrStencilSettings.cpp89 GR_STATIC_ASSERT(0 == offsetof(Face, fRef)); in operator ==()
90 GR_STATIC_ASSERT(2 == sizeof(Face::fRef)); in operator ==()
214 fRef = (clipBit | user.fRef) & (fTestMask | fWriteMask); in reset()
493 GR_STATIC_ASSERT(0 == offsetof(Face, fRef)); in genKey()
494 GR_STATIC_ASSERT(2 == sizeof(Face::fRef)); in genKey()
DGrUserStencilSettings.h46 uint16_t fRef; // Reference value for stencil test and ops. member
/external/icu/icu4c/source/i18n/
Dtzgnames.cpp1176 : fRef(0) { in TimeZoneGenericNames()
1182 U_ASSERT(fRef->refCount > 0); in ~TimeZoneGenericNames()
1184 fRef->refCount--; in ~TimeZoneGenericNames()
1279 instance->fRef = cacheEntry; in createInstance()
1287 return fRef == other.fRef; in operator ==()
1297 fRef->refCount++; in clone()
1298 other->fRef = fRef; in clone()
1308 return fRef->obj->getDisplayName(tz, type, date, name); in getDisplayName()
1313 return fRef->obj->getGenericLocationName(tzCanonicalID, name); in getGenericLocationName()
1319 return fRef->obj->findBestMatch(text, start, types, tzID, timeType, status); in findBestMatch()
Dtzgnames.h62 TZGNCoreRef* fRef; variable
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp322 uint16_t ref = stencilSettings.front().fRef; in flushPathStencilSettings()
327 ref != fHWPathStencilSettings.front().fRef || in flushPathStencilSettings()
DGrGLGpu.cpp2719 GrGLint ref = face.fRef; in set_gl_stencil()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp199 stencilInfo->front.reference = front.fRef; in setup_depth_stencil_state()
212 stencilInfo->back.reference = back.fRef; in setup_depth_stencil_state()
/external/python/cpython2/
Dconfigure.ac2956 AC_LANG_PROGRAM([[#include <Carbon/Carbon.h>]], [[FSIORefNum fRef = 0]])
Dconfigure10359 FSIORefNum fRef = 0