OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sharedContext
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/
V8IsolatedContext.h
92
PassRefPtr<SharedPersistent<v8::Context> >
sharedContext
() { return m_context; }
/external/webkit/Source/WebCore/platform/graphics/android/
DoubleBufferedTexture.cpp
38
DoubleBufferedTexture::DoubleBufferedTexture(EGLContext
sharedContext
, SharedTextureMode mode)
50
m_cContext =
sharedContext
;
98
EGLContext
sharedContext
= m_supportsEGLImage ? EGL_NO_CONTEXT : m_cContext;
99
context = GLUtils::createBackgroundContext(
sharedContext
);
Completed in 52 milliseconds