Searched refs:getAllocationForPointer (Results 1 – 4 of 4) sorted by relevance
80 virtual Allocation * getAllocationForPointer(const void *ptr) const = 0;
103 Allocation * getAllocationForPointer(const void *ptr) const override;
961 Allocation * RsdCpuScriptImpl::getAllocationForPointer(const void *ptr) const { in getAllocationForPointer() function in android::renderscript::RsdCpuScriptImpl
177 return cs->getAllocationForPointer(ptr); in rsdScriptGetAllocationForPointer()