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

/frameworks/rs/
H A DrsScript.h102 void setSlot(uint32_t slot, Allocation *a);
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 48 milliseconds