Home
last modified time | relevance | path

Searched refs:getAllocationForPointer (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/rs/cpu_ref/
H A Drsd_cpu.h80 virtual Allocation * getAllocationForPointer(const void *ptr) const = 0;
H A DrsCpuScript.h103 Allocation * getAllocationForPointer(const void *ptr) const override;
H A DrsCpuScript.cpp961 Allocation * RsdCpuScriptImpl::getAllocationForPointer(const void *ptr) const { in getAllocationForPointer() function in android::renderscript::RsdCpuScriptImpl
/aosp12/frameworks/rs/driver/
H A DrsdBcc.cpp177 return cs->getAllocationForPointer(ptr); in rsdScriptGetAllocationForPointer()