Home
last modified time | relevance | path

Searched refs:getAllocationForPointer (Results 1 – 6 of 6) 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()
/frameworks/rs/rsov/driver/
DrsovScript.h87 Allocation *getAllocationForPointer(const void *ptr) const override;
DrsovScript.cpp309 Allocation *RSoVScript::getAllocationForPointer(const void *ptr) const { in getAllocationForPointer() function in android::renderscript::rsov::RSoVScript
923 return cs->getAllocationForPointer(ptr); in rsovScriptGetAllocationForPointer()