Searched refs:incRefs (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 522 alloc->incRefs(data, count); in rsdAllocationData1D() 545 alloc->incRefs(src, w); in rsdAllocationData2D() 645 e->incRefs(data); in rsdAllocationElementData1D() 666 e->incRefs(data); in rsdAllocationElementData2D()
|
D | rsdBcc.cpp | 517 elem->incRefs(cVal); in rsdScriptSetGlobalVarWithElemDims()
|
/frameworks/rs/ |
D | rsType.cpp | 271 void Type::incRefs(const void *ptr, size_t ct, size_t startOff) const { in incRefs() function in Type 278 e->incRefs(p); in incRefs()
|
D | rsType.h | 121 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
D | rsElement.h | 142 void incRefs(const void *) const;
|
D | rsAllocation.h | 127 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
D | rsElement.cpp | 300 void Element::incRefs(const void *ptr) const { in incRefs() function in Element 315 mFields[i].e->incRefs(p2); in incRefs()
|
D | rsAllocation.cpp | 358 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { in incRefs() function in Allocation 359 mHal.state.type->incRefs(ptr, ct, startOff); in incRefs()
|