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