HomeSort by relevance Sort by last modified time
    Searched refs:getAllocationForPointer (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/cpu_ref/
rsd_cpu.h 80 virtual Allocation * getAllocationForPointer(const void *ptr) const = 0;
rsCpuScript.h 103 Allocation * getAllocationForPointer(const void *ptr) const override;
rsCpuScript.cpp 960 Allocation * RsdCpuScriptImpl::getAllocationForPointer(const void *ptr) const {
    [all...]
  /frameworks/rs/driver/
rsdBcc.cpp 177 return cs->getAllocationForPointer(ptr);
  /frameworks/rs/rsov/driver/
rsovScript.h 87 Allocation *getAllocationForPointer(const void *ptr) const override;
rsovScript.cpp 309 Allocation *RSoVScript::getAllocationForPointer(const void *ptr) const {
923 return cs->getAllocationForPointer(ptr);

Completed in 106 milliseconds