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

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

Completed in 631 milliseconds