Searched refs:decRefs (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 523 alloc->decRefs(ptr, count); in rsdAllocationData1D() 546 alloc->decRefs(dst, w); in rsdAllocationData2D() 646 e->decRefs(ptr); in rsdAllocationElementData1D() 667 e->decRefs(ptr); in rsdAllocationElementData2D()
|
D | rsdBcc.cpp | 524 elem->decRefs(oldVal); in rsdScriptSetGlobalVarWithElemDims()
|
/frameworks/rs/ |
D | rsType.cpp | 285 void Type::decRefs(const void *ptr, size_t ct, size_t startOff) const { in decRefs() function in Type 295 e->decRefs(p); in decRefs()
|
D | rsAllocation.cpp | 362 void Allocation::decRefs(const void *ptr, size_t ct, size_t startOff) const { in decRefs() function in Allocation 366 mHal.state.type->decRefs(ptr, ct, startOff); in decRefs() 370 decRefs(getPtr(), mHal.state.type->getSizeBytes() / mHal.state.type->getElementSizeBytes(), 0); in freeChildrenUnlocked() 393 decRefs(getPtr(), oldDimX - dimX, dimX); in resize1D()
|
D | rsType.h | 122 void decRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
D | rsElement.h | 143 void decRefs(const void *) const;
|
D | rsAllocation.h | 128 void decRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
D | rsElement.cpp | 322 void Element::decRefs(const void *ptr) const { in decRefs() function in Element 337 mFields[i].e->decRefs(p2); in decRefs()
|