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

/frameworks/rs/driver/runtime/
H A Drs_mesh.c36 rs_allocation rs_retval = {0}; local
37 rsSetObject(&rs_retval, returnAlloc);
38 return rs_retval;
49 rs_allocation rs_retval = {0}; local
50 rsSetObject(&rs_retval, returnAlloc);
51 return rs_retval;
H A Drs_element.c24 rs_element rs_retval = {0}; local
25 rsSetObject(&rs_retval, returnElem);
26 return rs_retval;
H A Drs_allocation.c45 rs_element rs_retval = {0}; local
46 rsSetObject(&rs_retval, returnElem);
47 return rs_retval;

Completed in 34 milliseconds