Searched refs:getAllocationForPointer (Results 1 – 4 of 4) sorted by relevance
97 virtual Allocation * getAllocationForPointer(const void *ptr) const = 0;
117 virtual Allocation * getAllocationForPointer(const void *ptr) const;
1330 Allocation * RsdCpuScriptImpl::getAllocationForPointer(const void *ptr) const { in getAllocationForPointer() function in android::renderscript::RsdCpuScriptImpl
160 return cs->getAllocationForPointer(ptr); in rsdScriptGetAllocationForPointer()