Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/glx/
DSkCreatePlatformGLContext_glx.cpp65 GLXGLContext::GLXGLContext(GrGLStandard forcedGpuAPI, GLXGLContext* shareContext) in GLXGLContext() argument
72 GLXContext glxShareContext = shareContext ? shareContext->fContext : nullptr; in GLXGLContext()
336 SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) { in SkCreatePlatformGLContext() argument
337 GLXGLContext* glxShareContext = reinterpret_cast<GLXGLContext*>(shareContext); in SkCreatePlatformGLContext()
/external/skia/src/gpu/gl/mac/
DSkCreatePlatformGLContext_mac.cpp112 SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) { in SkCreatePlatformGLContext() argument
113 SkASSERT(!shareContext); in SkCreatePlatformGLContext()
114 if (shareContext) { in SkCreatePlatformGLContext()
/external/skia/src/gpu/gl/nacl/
DSkCreatePlatformGLContext_nacl.cpp10 SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) { in SkCreatePlatformGLContext() argument
11 SkASSERT(!shareContext); in SkCreatePlatformGLContext()
/external/skia/src/gpu/gl/iOS/
DSkCreatePlatformGLContext_iOS.mm92 SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) {
93 SkASSERT(!shareContext);
94 if (shareContext) {
/external/skia/src/gpu/gl/win/
DSkCreatePlatformGLContext_win.cpp190 SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) { in SkCreatePlatformGLContext() argument
191 SkASSERT(!shareContext); in SkCreatePlatformGLContext()
192 if (shareContext) { in SkCreatePlatformGLContext()
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp321 SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) { in SkCreatePlatformGLContext() argument
322 SkASSERT(!shareContext); in SkCreatePlatformGLContext()
323 if (shareContext) { in SkCreatePlatformGLContext()
/external/skia/include/gpu/gl/
DSkGLContext.h132 SkGLContext* shareContext = nullptr);
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.mm1215 …// By specifying the non-fullscreen context as the shareContext, we automatically inherit the Open…
1217 …fullScreenView = [[MyOpenGLView alloc] initWithFrame:viewRect shareContext:[openGLView openGLConte…