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 | 129 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
D | rsType.cpp | 321 void Type::incRefs(const void *ptr, size_t ct, size_t startOff) const { in incRefs() function in Type 328 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 | 168 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
D | rsAllocation.cpp | 511 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { in incRefs() function in Allocation 512 mHal.state.type->incRefs(ptr, ct, startOff); in incRefs()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 855 alloc->incRefs(data, count); in rsdAllocationData1D() 886 alloc->incRefs(src, w); in rsdAllocationData2D() 950 alloc->incRefs(src, w); in rsdAllocationData3D() 1136 e->incRefs(data); in rsdAllocationElementData()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.cpp | 832 elem->incRefs(cVal); in setGlobalVarWithElemDims()
|