Home
last modified time | relevance | path

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

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