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

/frameworks/rs/
H A DrsScript.cpp45 void Script::setSlot(uint32_t slot, Allocation *a) { function in class:Script
46 //ALOGE("setSlot %i %p", slot, a);
48 ALOGE("Script::setSlot unable to set allocation, invalid slot index");
173 s->setSlot(slot, a);

Completed in 68 milliseconds