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

  /external/webkit/Source/WebCore/bindings/v8/
WorldContextHandle.cpp 45 m_context = context->sharedContext();
V8IsolatedContext.h 92 PassRefPtr<SharedPersistent<v8::Context> > sharedContext() { return m_context; }
V8Proxy.cpp 738 RefPtr<SharedPersistent<v8::Context> > context = isolatedContext->sharedContext();
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 55 EGLNativeContextType createContext(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext);
EglMacApi.cpp 157 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) {
158 return nsCreateContext(cfg->nativeConfig(),sharedContext);
EglWindowsApi.cpp 516 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeContextType sharedContext) {
531 if(ctx && sharedContext) {
532 if(!wglShareLists(sharedContext,ctx)) {
EglX11Api.cpp 247 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) {
249 EGLNativeContextType retVal = glXCreateNewContext(dpy,cfg->nativeConfig(),GLX_RGBA_TYPE,sharedContext,true);

Completed in 149 milliseconds