Searched defs:getGlobalVar (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp857 void RsdCpuScriptImpl::getGlobalVar(uint32_t slot, void *data, size_t dataLength) { function in class:android::renderscript::RsdCpuScriptImpl
859 //ALOGE("getGlobalVar %i %p %zu", slot, data, dataLength);
/frameworks/rs/rsov/driver/
H A DrsovScript.cpp195 void RSoVScript::getGlobalVar(uint32_t slot, void *data, size_t dataLength) { function in class:android::renderscript::rsov::RSoVScript
390 cs->getGlobalVar(i, (void *)&host_buf, sizeof(host_buf));
803 cs->getGlobalVar(slot, data, dataLength);
/frameworks/rs/
H A Drs_hal.h189 void (*getGlobalVar)(const Context *rsc, const Script *s, member in struct:android::renderscript::__anon2040::__anon2041

Completed in 301 milliseconds