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

/frameworks/rs/
H A DrsScript.h104 void getVar(uint32_t slot, const void *val, size_t len);
H A DrsScript.cpp65 void Script::getVar(uint32_t slot, const void *val, size_t len) { function in class:Script
66 //ALOGE("getVar %i %p %i", slot, val, len);
68 ALOGE("Script::getVar unable to set allocation, invalid slot index: "
279 s->getVar(slot, data, len);

Completed in 39 milliseconds