Home
last modified time | relevance | path

Searched defs:shareContext (Results 1 – 25 of 52) sorted by relevance

123

/third_party/flutter/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp40 MacGLTestContext::MacGLTestContext(MacGLTestContext* shareContext) in MacGLTestContext() function in __anon76087b7d0111::MacGLTestContext
133 GLTestContext* shareContext) { in CreatePlatformGLTestContext()
/third_party/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp40 MacGLTestContext::MacGLTestContext(MacGLTestContext* shareContext) in MacGLTestContext() function in __anon40b36c480111::MacGLTestContext
156 GLTestContext* shareContext) { in CreatePlatformGLTestContext()
/third_party/flutter/skia/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp13 GLTestContext *shareContext) { in CreatePlatformGLTestContext()
/third_party/skia/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp13 GLTestContext *shareContext) { in CreatePlatformGLTestContext()
/third_party/flutter/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp57 WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext) in WinGLTestContext() function in __anonb20f13b70111::WinGLTestContext
222 GLTestContext *shareContext) { in CreatePlatformGLTestContext()
/third_party/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp58 WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext) in WinGLTestContext() function in __anon7cba04820111::WinGLTestContext
224 GLTestContext *shareContext) { in CreatePlatformGLTestContext()
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.h19 static CommandBufferGLTestContext *Create(GLTestContext* shareContext) { in Create()
/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.h19 static CommandBufferGLTestContext *Create(int version, GLTestContext* shareContext) { in Create()
/third_party/flutter/skia/tools/gpu/
DGrContextFactory.cpp123 GrContext* shareContext, uint32_t shareIndex) { in getContextInfoInternal()
294 ContextInfo GrContextFactory::getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex) { in getSharedContextInfo()
/third_party/skia/tools/gpu/
DGrContextFactory.cpp137 GrDirectContext* shareContext, in getContextInfoInternal()
349 ContextInfo GrContextFactory::getSharedContextInfo(GrDirectContext* shareContext, in getSharedContextInfo()
/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp74 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext() function in __anonc9f29cd60111::EGLGLTestContext
322 GLTestContext *shareContext) { in CreatePlatformGLTestContext()
/third_party/skia/third_party/externals/angle2/util/windows/
DWGLWindow.cpp228 HGLRC WGLWindow::createContext(const ConfigParameters &configParams, HGLRC shareContext) in createContext()
319 HGLRC shareContext = reinterpret_cast<HGLRC>(share); in createContextGeneric() local
/third_party/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp105 GLXGLTestContext::GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareContext) in GLXGLTestContext() function in __anon54077e3c0111::GLXGLTestContext
382 GLTestContext *shareContext) { in CreatePlatformGLTestContext()
/third_party/flutter/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp105 GLXGLTestContext::GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareContext) in GLXGLTestContext() function in __anon895c8d710111::GLXGLTestContext
376 GLTestContext *shareContext) { in CreatePlatformGLTestContext()
/third_party/flutter/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp99 EGLGLTestContext::EGLGLTestContext(GrGLStandard forcedGpuAPI, EGLGLTestContext* shareContext) in EGLGLTestContext() function in __anonff47ac0b0111::EGLGLTestContext
382 GLTestContext *shareContext) { in CreatePlatformGLTestContext()
/third_party/mesa3d/src/glx/windows/
Dwindowsgl_internal.h37 windowsContext *shareContext; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp45 egl::Error DisplayEGL::initializeContext(EGLContext shareContext, in initializeContext()
/third_party/skia/src/utils/win/
DSkWGL_win.cpp358 SkWGLContextRequest contextType, HGLRC shareContext) { in create_gl_context()
424 SkWGLContextRequest contextType, HGLRC shareContext) { in SkCreateWGLContext()
451 HGLRC shareContext) { in Create()
/third_party/flutter/skia/src/utils/win/
DSkWGL_win.cpp351 SkWGLContextRequest contextType, HGLRC shareContext) { in create_gl_context()
417 SkWGLContextRequest contextType, HGLRC shareContext) { in SkCreateWGLContext()
444 HGLRC shareContext) { in Create()
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp178 ANGLEGLContext* shareContext, void* display) in ANGLEGLContext()
521 GLTestContext* shareContext, void* display) { in MakeANGLETestContext()
/third_party/flutter/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp177 ANGLEGLContext* shareContext, void* display) in ANGLEGLContext()
502 GLTestContext* shareContext, void* display){ in MakeANGLETestContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp142 egl::Error DisplayEGL::initializeContext(EGLContext shareContext, in initializeContext()
492 const gl::Context *shareContext, in createContext()
919 egl::Error DisplayEGL::createRenderer(EGLContext shareContext, in createRenderer()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp252 const gl::Context *shareContext, in createContext()
600 egl::Error DisplayAndroid::createRenderer(EGLContext shareContext, in createRenderer()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp173 const gl::Context *shareContext, in createContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp189 const gl::Context *shareContext, in createContext()

123