Searched refs:GetRealCurrent (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_context_osmesa.cc104 DCHECK(!native_context_is_current || (GetRealCurrent() == this));
H A Dgl_context_wgl.cc117 DCHECK(!native_context_is_current || (GetRealCurrent() == this));
H A Dgl_context.h166 static GLContext* GetRealCurrent();
171 // For GetRealCurrent.
H A Dgl_context_egl.cc158 DCHECK(!native_context_is_current || (GetRealCurrent() == this));
H A Dgl_context.cc154 GLContext* GLContext::GetRealCurrent() { function in class:gfx::GLContext
H A Dgl_context_glx.cc147 DCHECK(!native_context_is_current || (GetRealCurrent() == this));
H A Dgl_context_cgl.cc221 DCHECK(!native_context_is_current || (GetRealCurrent() == this));
H A Dgl_gl_api_implementation.cc440 DCHECK_EQ(real_context_, GLContext::GetRealCurrent());

Completed in 1978 milliseconds