Home
last modified time | relevance | path

Searched refs:rs_retval (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_mesh.c36 rs_allocation rs_retval = RS_NULL_OBJ; in rsgMeshGetVertexAllocation() local
37 rsSetObject(&rs_retval, returnAlloc); in rsgMeshGetVertexAllocation()
38 return rs_retval; in rsgMeshGetVertexAllocation()
49 rs_allocation rs_retval = RS_NULL_OBJ; in rsgMeshGetIndexAllocation() local
50 rsSetObject(&rs_retval, returnAlloc); in rsgMeshGetIndexAllocation()
51 return rs_retval; in rsgMeshGetIndexAllocation()
Drs_element.c29 rs_element rs_retval = RS_NULL_OBJ; in rsElementGetSubElement() local
30 rsSetObject(&rs_retval, returnElem); in rsElementGetSubElement()
31 return rs_retval; in rsElementGetSubElement()
Drs_allocation.c50 rs_element rs_retval = RS_NULL_OBJ; in rsAllocationGetElement() local
51 rsSetObject(&rs_retval, returnElem); in rsAllocationGetElement()
52 return rs_retval; in rsAllocationGetElement()