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

  /frameworks/base/awt/org/apache/harmony/awt/
ContextStorage.java 55 getCurrentContext().toolkit = newToolkit;
59 return getCurrentContext().toolkit;
66 getCurrentContext().dtk = dtk;
70 return getCurrentContext().dtk;
75 return getCurrentContext().synchronizer;
79 return getCurrentContext().componentInternals;
84 getCurrentContext().componentInternals = internals;
88 return getCurrentContext().contextLock;
92 return getCurrentContext().wtk.getWindowFactory();
96 getCurrentContext().wtk = wtk
    [all...]
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp 239 GLXContext getCurrentContext()
266 PFNGLXGETCURRENTCONTEXTPROC getCurrentContext)
275 , m_glXGetCurrentContext(getCurrentContext)
315 PFNGLXGETCURRENTCONTEXTPROC getCurrentContext = (PFNGLXGETCURRENTCONTEXTPROC) dlsym(libGL, "glXGetCurrentContext");
318 || !getCurrentContext) {
332 getCurrentContext);
624 if (s_gl->getCurrentContext() != m_contextObj)
    [all...]

Completed in 63 milliseconds