Home
last modified time | relevance | path

Searched refs:shareContext (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DDisplay.h46 EGLContext createContext(EGLConfig configHandle, const gl::Context *shareContext);
DDisplay.cpp406 EGLContext Display::createContext(EGLConfig configHandle, const gl::Context *shareContext) in createContext() argument
431 gl::Context *context = glCreateContext(config, shareContext); in createContext()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h224 Context(const egl::Config *config, const gl::Context *shareContext);
536 gl::Context *glCreateContext(const egl::Config *config, const gl::Context *shareContext);
DContext.cpp36 Context::Context(const egl::Config *config, const gl::Context *shareContext) in Context() argument
107 if (shareContext != NULL) in Context()
109 mResourceManager = shareContext->mResourceManager; in Context()
3558 gl::Context *glCreateContext(const egl::Config *config, const gl::Context *shareContext) in glCreateContext() argument
3560 return new gl::Context(config, shareContext); in glCreateContext()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzGL.m141 shareContext:nil];
/external/chromium/chrome/browser/renderer_host/
Daccelerated_plugin_view_mac.mm74 shareContext:nil]);