Home
last modified time | relevance | path

Searched refs:unbind_fbo_on_makecurrent_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_context_egl.cc32 unbind_fbo_on_makecurrent_(false) { in GLContextEGL()
101 if (unbind_fbo_on_makecurrent_ && in MakeCurrent()
133 unbind_fbo_on_makecurrent_ = true; in SetUnbindFboOnMakeCurrent()
140 if (unbind_fbo_on_makecurrent_) in ReleaseCurrent()
Dgl_context_egl.h47 bool unbind_fbo_on_makecurrent_; variable