Home
last modified time | relevance | path

Searched refs:RS_NULL_OBJ (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_mesh.c32 rs_allocation nullAlloc = RS_NULL_OBJ; in rsgMeshGetVertexAllocation()
36 rs_allocation rs_retval = RS_NULL_OBJ; in rsgMeshGetVertexAllocation()
45 rs_allocation nullAlloc = RS_NULL_OBJ; in rsgMeshGetIndexAllocation()
49 rs_allocation rs_retval = RS_NULL_OBJ; in rsgMeshGetIndexAllocation()
Drs_structs.h307 #define RS_NULL_OBJ {0} macro
309 #define RS_NULL_OBJ {0, 0, 0, 0} macro
Drs_element.c20 rs_element nullElem = RS_NULL_OBJ; in rsElementGetSubElement()
29 rs_element rs_retval = RS_NULL_OBJ; in rsElementGetSubElement()
Drs_allocation.c40 rs_element nullElem = RS_NULL_OBJ; in rsAllocationGetElement()
50 rs_element rs_retval = RS_NULL_OBJ; in rsAllocationGetElement()
411 static const rs_element kInvalidElement = RS_NULL_OBJ;