Home
last modified time | relevance | path

Searched defs:IsContextCurrent (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dscoped_make_current.h32 bool IsContextCurrent() { return is_context_current_; } in IsContextCurrent() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DScopedGLHelpers.cpp16 IsContextCurrent(GLContext* gl) in IsContextCurrent() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DScopedGLHelpers.cpp15 bool IsContextCurrent(GLContext* gl) { return gl->IsCurrent(); } in IsContextCurrent() function