Home
last modified time | relevance | path

Searched defs:ResetEvent (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp401 struct ResetEvent : public CommandBuffer::Command struct
403 ResetEvent(VkEvent ev, VkPipelineStageFlags stageMask) : ev(ev), stageMask(stageMask) in ResetEvent() function
407 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
/external/libchrome/mojo/public/cpp/bindings/lib/
Dsequence_local_sync_event_watcher.cc272 void SequenceLocalSyncEventWatcher::ResetEvent() { in ResetEvent() function in mojo::SequenceLocalSyncEventWatcher
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dwin32.py85 ResetEvent = _stdcall_libraries['kernel32'].ResetEvent variable
/external/wayland-protocols/flinger_headers/
DArcInputBridgeProtocol.h231 static BridgeInputEvent ResetEvent(uint64_t timestamp) { in ResetEvent() function