Home
last modified time | relevance | path

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

/frameworks/rs/rsov/driver/
DrsovScript.cpp449 const void *host_buf; in MarshalTypeInfo() local
450 cs->getGlobalVar(i, (void *)&host_buf, sizeof(host_buf)); in MarshalTypeInfo()
451 if (!host_buf) continue; in MarshalTypeInfo()
453 static_cast<const android::renderscript::Allocation *>(host_buf); in MarshalTypeInfo()