Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp52 sk_sp<SkWGLPbufferContext> fPbufferContext; member in __anonb47014360111::WinGLTestContext
61 , fPbufferContext(nullptr) { in WinGLTestContext()
108 winShareContext = shareContext->fPbufferContext ? shareContext->fPbufferContext->getGLRC() in WinGLTestContext()
111 fPbufferContext = SkWGLPbufferContext::Create(fDeviceContext, contextType, winShareContext); in WinGLTestContext()
115 if (nullptr == fPbufferContext) { in WinGLTestContext()
130 dc = fPbufferContext->getDC(); in WinGLTestContext()
131 glrc = fPbufferContext->getGLRC(); in WinGLTestContext()
169 fPbufferContext = nullptr; in destroyGLContext()
195 if (nullptr == fPbufferContext) { in onPlatformMakeCurrent()
199 dc = fPbufferContext->getDC(); in onPlatformMakeCurrent()
[all …]