HomeSort by relevance Sort by last modified time
    Searched full: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 54 EGLNativeContextType createContext(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext);
EglMacApi.cpp 153 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) {
154 return nsCreateContext(cfg->nativeConfig(),sharedContext);
EglX11Api.cpp 243 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) {
245 EGLNativeContextType retVal = glXCreateNewContext(dpy,cfg->nativeConfig(),GLX_RGBA_TYPE,sharedContext,true);
EglWindowsApi.cpp 512 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeContextType sharedContext) {
527 if(ctx && sharedContext) {
528 if(!wglShareLists(sharedContext,ctx)) {

Completed in 2500 milliseconds