Searched defs:SetCurrent (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ui/gl/
H A Dgl_context.cc65 SetCurrent(NULL);
158 void GLContext::SetCurrent(GLSurface* surface) { function in class:gfx::GLContext
160 GLSurface::SetCurrent(surface);
225 void GLContextReal::SetCurrent(GLSurface* surface) { function in class:gfx::GLContextReal
226 GLContext::SetCurrent(surface);
H A Dgl_surface.cc248 SetCurrent(NULL);
251 void GLSurface::SetCurrent(GLSurface* surface) { function in class:gfx::GLSurface

Completed in 789 milliseconds