Searched refs:winShareContext (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp95 HGLRC winShareContext = nullptr; local
97 winShareContext = shareContext->fPbufferContext ? shareContext->fPbufferContext->getGLRC()
100 fPbufferContext = SkWGLPbufferContext::Create(fDeviceContext, contextType, winShareContext);
106 winShareContext))) {
213 WinGLTestContext* winShareContext = reinterpret_cast<WinGLTestContext*>(shareContext);
214 WinGLTestContext *ctx = new WinGLTestContext(forcedGpuAPI, winShareContext);
/external/skqp/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp95 HGLRC winShareContext = nullptr; local
97 winShareContext = shareContext->fPbufferContext ? shareContext->fPbufferContext->getGLRC()
100 fPbufferContext = SkWGLPbufferContext::Create(fDeviceContext, contextType, winShareContext);
106 winShareContext))) {
213 WinGLTestContext* winShareContext = reinterpret_cast<WinGLTestContext*>(shareContext);
214 WinGLTestContext *ctx = new WinGLTestContext(forcedGpuAPI, winShareContext);

Completed in 125 milliseconds