Searched refs:shareContext (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | main.h | 57 gl::Context *glCreateContext(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyRe…
|
D | Context.cpp | 45 Context::Context(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool r… in Context() argument 125 if (shareContext != NULL) in Context() 127 mResourceManager = shareContext->mResourceManager; in Context() 2973 gl::Context *glCreateContext(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyRe… in glCreateContext() argument 2975 return new gl::Context(shareContext, renderer, notifyResets, robustAccess); in glCreateContext()
|
D | Context.h | 172 …Context(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAcc…
|
/external/chromium_org/third_party/angle/src/libEGL/ |
D | Display.h | 45 …EGLContext createContext(EGLConfig configHandle, const gl::Context *shareContext, bool notifyReset…
|
D | Display.cpp | 363 EGLContext Display::createContext(EGLConfig configHandle, const gl::Context *shareContext, bool not… in createContext() argument 375 gl::Context *context = glCreateContext(shareContext, mRenderer, notifyResets, robustAccess); in createContext()
|
/external/chromium_org/ui/gl/ |
D | gl_context_nsview.mm | 44 shareContext:nil]);
|
/external/chromium_org/content/browser/renderer_host/ |
D | compositing_iosurface_context_mac.mm | 54 shareContext:share_context]);
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzGL.m | 141 shareContext:nil];
|
/external/chromium/chrome/browser/renderer_host/ |
D | accelerated_plugin_view_mac.mm | 74 shareContext:nil]);
|
/external/chromium_org/tools/valgrind/memcheck/ |
D | suppressions_mac.txt | 1108 fun:-[NSOpenGLContext initWithFormat:shareContext:]
|