Home
last modified time | relevance | path

Searched refs:swap_buffers_ (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_gl.cc20 : hdc_(hdc), swap_buffers_(swap_buffers) { in ScopedGLContext()
28 if (swap_buffers_) { in ~ScopedGLContext()
36 const bool swap_buffers_; member in client::__anon95abcb380111::ScopedGLContext
Dbrowser_window_osr_gtk.cc908 : swap_buffers_(swap_buffers), widget_(widget) { in ScopedGLContext()
911 if (swap_buffers_ && is_valid_) { in ScopedGLContext()
918 if (swap_buffers_ && is_valid_) in ~ScopedGLContext()
925 bool swap_buffers_; member in client::__anon7d2e1b9c0111::ScopedGLContext
Dbrowser_window_osr_mac.mm66 : swap_buffers_(swap_buffers) {
72 if (swap_buffers_)
78 const bool swap_buffers_;