Searched refs:rs_retval (Results 1 – 3 of 3) sorted by relevance
36 rs_allocation rs_retval = RS_NULL_OBJ; in rsgMeshGetVertexAllocation() local37 rsSetObject(&rs_retval, returnAlloc); in rsgMeshGetVertexAllocation()38 return rs_retval; in rsgMeshGetVertexAllocation()49 rs_allocation rs_retval = RS_NULL_OBJ; in rsgMeshGetIndexAllocation() local50 rsSetObject(&rs_retval, returnAlloc); in rsgMeshGetIndexAllocation()51 return rs_retval; in rsgMeshGetIndexAllocation()
29 rs_element rs_retval = RS_NULL_OBJ; in rsElementGetSubElement() local30 rsSetObject(&rs_retval, returnElem); in rsElementGetSubElement()31 return rs_retval; in rsElementGetSubElement()
50 rs_element rs_retval = RS_NULL_OBJ; in rsAllocationGetElement() local51 rsSetObject(&rs_retval, returnElem); in rsAllocationGetElement()52 return rs_retval; in rsAllocationGetElement()