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

  /external/chromium_org/ui/gl/
gl_context.cc 65 SetCurrent(NULL);
158 void GLContext::SetCurrent(GLSurface* surface) {
160 GLSurface::SetCurrent(surface);
225 void GLContextReal::SetCurrent(GLSurface* surface) {
226 GLContext::SetCurrent(surface);
gl_surface.cc 248 SetCurrent(NULL);
251 void GLSurface::SetCurrent(GLSurface* surface) {

Completed in 51 milliseconds