Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp35 class WinGLTestContext : public sk_gpu_test::GLTestContext { class
37 WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext);
38 ~WinGLTestContext() override;
55 ATOM WinGLTestContext::gWC = 0;
57 WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext) in WinGLTestContext() function in __anonb47014360111::WinGLTestContext
163 WinGLTestContext::~WinGLTestContext() { in ~WinGLTestContext()
168 void WinGLTestContext::destroyGLContext() { in destroyGLContext()
185 void WinGLTestContext::onPlatformMakeNotCurrent() const { in onPlatformMakeNotCurrent()
191 void WinGLTestContext::onPlatformMakeCurrent() const { in onPlatformMakeCurrent()
208 std::function<void()> WinGLTestContext::onPlatformGetAutoContextRestore() const { in onPlatformGetAutoContextRestore()
[all …]