Searched refs:fRef (Results 1 - 9 of 9) sorted by relevance

/external/skia/tools/gpu/gl/debug/
H A DGrFakeRefObj.h24 : fRef(0)
36 fRef++;
39 fRef--;
40 GrAlwaysAssert(fRef >= 0);
45 if (0 == fRef && fMarkedForDeletion) {
49 int getRefCount() const { return fRef; }
66 int fRef; // ref count member in class:GrFakeRefObj
/external/icu/icu4c/source/i18n/
H A Dtzgnames.h62 TZGNCoreRef* fRef; member in class:TimeZoneGenericNames
H A Dtzgnames.cpp1176 : fRef(0) {
1182 U_ASSERT(fRef->refCount > 0);
1184 fRef->refCount--;
1279 instance->fRef = cacheEntry;
1287 return fRef == other.fRef;
1297 fRef->refCount++;
1298 other->fRef = fRef;
1308 return fRef
[all...]
/external/skia/src/gpu/
H A DGrStencilSettings.cpp89 GR_STATIC_ASSERT(0 == offsetof(Face, fRef));
90 GR_STATIC_ASSERT(2 == sizeof(Face::fRef));
214 fRef = (clipBit | user.fRef) & (fTestMask | fWriteMask);
493 GR_STATIC_ASSERT(0 == offsetof(Face, fRef));
494 GR_STATIC_ASSERT(2 == sizeof(Face::fRef));
H A DGrUserStencilSettings.h46 uint16_t fRef; // Reference value for stencil test and ops. member in struct:GrTStencilFaceSettings
47 TTest fTest; // Stencil test function, where fRef is on the left side.
48 uint16_t fTestMask; // Bitwise "and" to perform on fRef and stencil values before testing.
49 // (e.g. (fRef & fTestMask) < (stencil & fTestMask))
83 kReplace, // Replace stencil value with fRef (only the bits enabled in fWriteMask).
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp322 uint16_t ref = stencilSettings.front().fRef;
327 ref != fHWPathStencilSettings.front().fRef ||
H A DGrGLGpu.cpp2719 GrGLint ref = face.fRef;
/external/skia/src/gpu/vk/
H A DGrVkPipeline.cpp199 stencilInfo->front.reference = front.fRef;
212 stencilInfo->back.reference = back.fRef;
/external/python/cpython2/
H A Dconfigure10359 FSIORefNum fRef = 0

Completed in 536 milliseconds