Home
last modified time | relevance | path

Searched refs:FlushEvent (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_context.h37 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_;
Dgl_context.cc41 GLContext::FlushEvent::FlushEvent() { in FlushEvent() function in gfx::GLContext::FlushEvent
44 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()
Dgl_fence_nv.h27 scoped_refptr<GLContext::FlushEvent> flush_event_;
Dgl_fence_arb.h27 scoped_refptr<GLContext::FlushEvent> flush_event_;
Dgl_fence_egl.h28 scoped_refptr<GLContext::FlushEvent> flush_event_;