Searched refs:incRefs (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/ |
D | rsElement.h | 133 void incRefs(const void *) const;
|
D | rsType.h | 114 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
D | rsType.cpp | 287 void Type::incRefs(const void *ptr, size_t ct, size_t startOff) const { in incRefs() function in Type 294 e->incRefs(p); in incRefs()
|
D | rsElement.cpp | 348 void Element::incRefs(const void *ptr) const { in incRefs() function in Element 363 mFields[i].e->incRefs(p2); in incRefs()
|
D | rsAllocation.h | 154 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
D | rsAllocation.cpp | 430 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { in incRefs() function in Allocation 431 mHal.state.type->incRefs(ptr, ct, startOff); in incRefs()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 807 alloc->incRefs(data, count); in rsdAllocationData1D() 838 alloc->incRefs(src, w); in rsdAllocationData2D() 902 alloc->incRefs(src, w); in rsdAllocationData3D() 1089 e->incRefs(data); in rsdAllocationElementData1D() 1109 e->incRefs(data); in rsdAllocationElementData2D()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.cpp | 1201 elem->incRefs(cVal); in setGlobalVarWithElemDims()
|