Searched refs:incRefs (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/ |
D | rsElement.h | 135 void incRefs(const void *) const;
|
D | rsType.h | 131 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
D | rsElement.cpp | 350 void Element::incRefs(const void *ptr) const { in incRefs() function in android::renderscript::Element 365 mFields[i].e->incRefs(p2); in incRefs()
|
D | rsType.cpp | 321 void Type::incRefs(const void *ptr, size_t ct, size_t startOff) const { in incRefs() function in android::renderscript::Type 328 e->incRefs(p); in incRefs()
|
D | rsAllocation.h | 171 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
D | rsAllocation.cpp | 521 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { in incRefs() function in android::renderscript::Allocation 522 mHal.state.type->incRefs(ptr, ct, startOff); in incRefs()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 840 alloc->incRefs(data, count); in rsdAllocationData1D() 871 alloc->incRefs(src, w); in rsdAllocationData2D() 937 alloc->incRefs(src, w); in rsdAllocationData3D() 1123 e->incRefs(data); in rsdAllocationElementData()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.cpp | 901 elem->incRefs(cVal); in setGlobalVarWithElemDims()
|