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

/frameworks/rs/
H A DrsElement.h131 void incRefs(const void *) const;
H A DrsType.h112 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsType.cpp261 void Type::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:Type
268 e->incRefs(p);
H A DrsAllocation.h152 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsElement.cpp321 void Element::incRefs(const void *ptr) const { function in class:Element
336 mFields[i].e->incRefs(p2);
H A DrsAllocation.cpp412 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:Allocation
413 mHal.state.type->incRefs(ptr, ct, startOff);
/frameworks/rs/driver/
H A DrsdAllocation.cpp790 alloc->incRefs(data, count);
821 alloc->incRefs(src, w);
885 alloc->incRefs(src, w);
1072 e->incRefs(data);
1092 e->incRefs(data);
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp975 elem->incRefs(cVal);

Completed in 803 milliseconds