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

/frameworks/support/renderscript/v8/rs_support/
H A DrsScript.h87 void setSlot(uint32_t slot, Allocation *a);
H A DrsScript.cpp43 void Script::setSlot(uint32_t slot, Allocation *a) { function in class:Script
44 //ALOGE("setSlot %i %p", slot, a);
46 ALOGE("Script::setSlot unable to set allocation, invalid slot index");
142 s->setSlot(slot, a);
/frameworks/rs/
H A DrsScript.h97 void setSlot(uint32_t slot, Allocation *a);
H A DrsScript.cpp43 void Script::setSlot(uint32_t slot, Allocation *a) { function in class:Script
44 //ALOGE("setSlot %i %p", slot, a);
46 ALOGE("Script::setSlot unable to set allocation, invalid slot index");
142 s->setSlot(slot, a);

Completed in 63 milliseconds