Searched refs:shared_ref (Results 1 – 2 of 2) sorted by relevance
513 ObjectRef shared_ref = assigned_id_to_shared_ref[assigned_id]; in ApplyBuffersAssignment() local515 if (shared_ref == kInvalidObjectRef) { in ApplyBuffersAssignment()517 shared_ref = shared_objects->size(); in ApplyBuffersAssignment()520 shared_object.object = shared_ref; in ApplyBuffersAssignment()523 assigned_id_to_shared_ref[assigned_id] = shared_ref; in ApplyBuffersAssignment()525 (*global_ref_to_shared_ref)[global_ref] = shared_ref; in ApplyBuffersAssignment()555 ObjectRef shared_ref = assigned_id_to_shared_ref[assigned_id]; in ApplyTexturesAssignment() local557 if (shared_ref == kInvalidObjectRef) { in ApplyTexturesAssignment()559 shared_ref = shared_objects->size(); in ApplyTexturesAssignment()562 shared_object.object = shared_ref; in ApplyTexturesAssignment()[all …]
1099 let shared_ref = &shared; localVariable1107 let _ = shared_ref;