Searched refs:setVarObj (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsScript.h74 void setVarObj(uint32_t slot, ObjectBase *val);
H A DrsScript.cpp77 void Script::setVarObj(uint32_t slot, ObjectBase *val) { function in class:Script
78 //ALOGE("setVarObj %i %p", slot, val);
80 ALOGE("Script::setVarObj unable to set allocation, invalid slot index");
156 s->setVarObj(slot, o);

Completed in 50 milliseconds