HomeSort by relevance Sort by last modified time
    Searched refs:GetRealCurrent (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/gl/
gl_context.h 119 static GLContext* GetRealCurrent();
124 // For GetRealCurrent.
gl_context_osmesa.cc 102 DCHECK(!native_context_is_current || (GetRealCurrent() == this));
gl_context_wgl.cc 116 DCHECK(!native_context_is_current || (GetRealCurrent() == this));
gl_context.cc 96 GLContext* GLContext::GetRealCurrent() {
gl_context_egl.cc 157 DCHECK(!native_context_is_current || (GetRealCurrent() == this));
gl_context_glx.cc 162 DCHECK(!native_context_is_current || (GetRealCurrent() == this));
gl_context_cgl.cc 220 DCHECK(!native_context_is_current || (GetRealCurrent() == this));
gl_gl_api_implementation.cc 299 DCHECK_EQ(real_context_, GLContext::GetRealCurrent());

Completed in 823 milliseconds