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

/frameworks/rs/
H A DrsElement.h142 void incRefs(const void *) const;
H A DrsType.h121 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsType.cpp271 void Type::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:Type
278 e->incRefs(p);
H A DrsAllocation.h133 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsElement.cpp300 void Element::incRefs(const void *ptr) const { function in class:Element
315 mFields[i].e->incRefs(p2);
H A DrsAllocation.cpp391 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:Allocation
392 mHal.state.type->incRefs(ptr, ct, startOff);
/frameworks/support/renderscript/v8/rs_support/
H A DrsElement.h142 void incRefs(const void *) const;
H A DrsType.h121 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsType.cpp271 void Type::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:Type
278 e->incRefs(p);
H A DrsAllocation.h130 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsElement.cpp300 void Element::incRefs(const void *ptr) const { function in class:Element
315 mFields[i].e->incRefs(p2);
H A DrsAllocation.cpp369 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:Allocation
370 mHal.state.type->incRefs(ptr, ct, startOff);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp277 alloc->incRefs(data, count);
299 alloc->incRefs(src, w);
434 e->incRefs(data);
454 e->incRefs(data);
H A DrsdBcc.cpp677 elem->incRefs(cVal);
/frameworks/rs/driver/
H A DrsdAllocation.cpp584 alloc->incRefs(data, count);
606 alloc->incRefs(src, w);
741 e->incRefs(data);
761 e->incRefs(data);
H A DrsdBcc.cpp508 elem->incRefs(cVal);

Completed in 1038 milliseconds