Searched refs:shareContext (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | main.h | 59 gl::Context *glCreateContext(int clientVersion, const gl::Context *shareContext, rx::Renderer *rend…
|
D | Context.cpp | 40 Context::Context(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool n… in Context() argument 52 if (shareContext != NULL) in Context() 54 mResourceManager = shareContext->mResourceManager; in Context() 2293 gl::Context *glCreateContext(int clientVersion, const gl::Context *shareContext, rx::Renderer *rend… in glCreateContext() argument 2295 return new gl::Context(clientVersion, shareContext, renderer, notifyResets, robustAccess); in glCreateContext()
|
D | Context.h | 71 …Context(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool notifyRes…
|
/external/chromium_org/third_party/angle/src/libEGL/ |
D | Display.h | 48 …text(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyRes…
|
D | Display.cpp | 393 …text(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyRes… in createContext() argument 412 …gl::Context *context = glCreateContext(clientVersion, shareContext, mRenderer, notifyResets, robus… in createContext()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | Platform.h | 560 …ontext3D(const WebGraphicsContext3D::Attributes&, WebGraphicsContext3D* shareContext) { return 0; } in createOffscreenGraphicsContext3D() argument
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzGL.m | 141 shareContext:nil];
|
/external/chromium_org/third_party/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.mm | 1231 …// By specifying the non-fullscreen context as the shareContext, we automatically inherit the Open… 1233 …fullScreenView = [[MyOpenGLView alloc] initWithFrame:viewRect shareContext:[openGLView openGLConte…
|