Home
last modified time | relevance | path

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

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