Searched refs:incRefs (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/
H A DrsElement.h133 void incRefs(const void *) const;
H A DrsType.h129 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsElement.cpp348 void Element::incRefs(const void *ptr) const { function in class:Element
363 mFields[i].e->incRefs(p2);
H A DrsType.cpp321 void Type::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:Type
328 e->incRefs(p);
H A DrsAllocation.h168 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsAllocation.cpp511 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:Allocation
512 mHal.state.type->incRefs(ptr, ct, startOff);
/frameworks/rs/driver/
H A DrsdAllocation.cpp855 alloc->incRefs(data, count);
886 alloc->incRefs(src, w);
950 alloc->incRefs(src, w);
1136 e->incRefs(data);
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp832 elem->incRefs(cVal);

Completed in 791 milliseconds