Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
Dmain.h59 gl::Context *glCreateContext(int clientVersion, const gl::Context *shareContext, rx::Renderer *rend…
DContext.cpp40 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()
DContext.h71 …Context(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool notifyRes…
/external/chromium_org/third_party/angle/src/libEGL/
DDisplay.h48 …text(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyRes…
DDisplay.cpp393 …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/
DPlatform.h560 …ontext3D(const WebGraphicsContext3D::Attributes&, WebGraphicsContext3D* shareContext) { return 0; } in createOffscreenGraphicsContext3D() argument
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzGL.m141 shareContext:nil];
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.mm1231 …// By specifying the non-fullscreen context as the shareContext, we automatically inherit the Open…
1233 …fullScreenView = [[MyOpenGLView alloc] initWithFrame:viewRect shareContext:[openGLView openGLConte…