Searched defs:ResetEvent (Results 1 – 4 of 4) sorted by relevance
401 struct ResetEvent : public CommandBuffer::Command struct403 ResetEvent(VkEvent ev, VkPipelineStageFlags stageMask) : ev(ev), stageMask(stageMask) in ResetEvent() argument407 void play(CommandBuffer::ExecutionState& executionState) in play()413 VkEvent ev;414 …geMask; // FIXME(b/117835459) : We currently ignore the flags and reset the event at the last stage
272 void SequenceLocalSyncEventWatcher::ResetEvent() { in ResetEvent() function in mojo::SequenceLocalSyncEventWatcher
85 ResetEvent = _stdcall_libraries['kernel32'].ResetEvent variable
231 static BridgeInputEvent ResetEvent(uint64_t timestamp) { in ResetEvent() function