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

/frameworks/rs/
H A DrsScript.cpp65 void Script::getVar(uint32_t slot, const void *val, size_t len) { function in class:Script
66 //ALOGE("getVar %i %p %i", slot, val, len);
68 ALOGE("Script::getVar unable to set allocation, invalid slot index: "
279 s->getVar(slot, data, len);

Completed in 603 milliseconds