Searched refs:FlushEvent (Results 1 – 5 of 5) sorted by relevance
37 class FlushEvent : public base::RefCountedThreadSafe<FlushEvent> {42 friend class base::RefCountedThreadSafe<FlushEvent>;44 FlushEvent();45 virtual ~FlushEvent();54 scoped_refptr<FlushEvent> SignalFlush();179 std::vector<scoped_refptr<FlushEvent> > flush_events_;
41 GLContext::FlushEvent::FlushEvent() { in FlushEvent() function in gfx::GLContext::FlushEvent44 GLContext::FlushEvent::~FlushEvent() { in ~FlushEvent()47 void GLContext::FlushEvent::Signal() { in Signal()51 bool GLContext::FlushEvent::IsSignaled() { in IsSignaled()69 scoped_refptr<GLContext::FlushEvent> GLContext::SignalFlush() { in SignalFlush()71 scoped_refptr<FlushEvent> flush_event = new FlushEvent(); in SignalFlush()
27 scoped_refptr<GLContext::FlushEvent> flush_event_;
28 scoped_refptr<GLContext::FlushEvent> flush_event_;