Searched refs:decRefs (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/rs/driver/ |
D | rsdAllocation.cpp | 385 alloc->decRefs(ptr, count); in rsdAllocationData1D() 409 alloc->decRefs(dst, w); in rsdAllocationData2D() 509 e->decRefs(ptr); in rsdAllocationElementData1D() 530 e->decRefs(ptr); in rsdAllocationElementData2D()
|
/frameworks/base/libs/rs/ |
D | rsAllocation.cpp | 274 void Allocation::decRefs(const void *ptr, size_t ct, size_t startOff) const { in decRefs() function in Allocation 284 e->decRefs(p); in decRefs() 291 decRefs(getPtr(), mHal.state.type->getSizeBytes() / mHal.state.type->getElementSizeBytes(), 0); in freeChildrenUnlocked() 314 decRefs(getPtr(), oldDimX - dimX, dimX); in resize1D()
|
D | rsElement.h | 104 void decRefs(const void *) const;
|
D | rsAllocation.h | 118 void decRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
D | rsElement.cpp | 265 void Element::decRefs(const void *ptr) const { in decRefs() function in Element 280 mFields[i].e->decRefs(p2); in decRefs()
|