Searched refs:GLXGLTestContext (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 54 class GLXGLTestContext : public sk_gpu_test::GLTestContext { class 56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList); 57 ~GLXGLTestContext() override; 105 GLXGLTestContext::GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareContext) in GLXGLTestContext() function in __anon54077e3c0111::GLXGLTestContext 266 GLXGLTestContext::~GLXGLTestContext() { in ~GLXGLTestContext() 271 void GLXGLTestContext::destroyGLContext() { in destroyGLContext() 305 GLXContext GLXGLTestContext::CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc, in CreateBestContext() 355 void GLXGLTestContext::onPlatformMakeNotCurrent() const { in onPlatformMakeNotCurrent() 361 void GLXGLTestContext::onPlatformMakeCurrent() const { in onPlatformMakeCurrent() 367 std::function<void()> GLXGLTestContext::onPlatformGetAutoContextRestore() const { in onPlatformGetAutoContextRestore() [all …]
|
/third_party/flutter/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 54 class GLXGLTestContext : public sk_gpu_test::GLTestContext { class 56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList); 57 ~GLXGLTestContext() override; 105 GLXGLTestContext::GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareContext) in GLXGLTestContext() function in __anon895c8d710111::GLXGLTestContext 259 GLXGLTestContext::~GLXGLTestContext() { in ~GLXGLTestContext() 264 void GLXGLTestContext::destroyGLContext() { in destroyGLContext() 298 GLXContext GLXGLTestContext::CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc, in CreateBestContext() 351 void GLXGLTestContext::onPlatformMakeCurrent() const { in onPlatformMakeCurrent() 357 std::function<void()> GLXGLTestContext::onPlatformGetAutoContextRestore() const { in onPlatformGetAutoContextRestore() 364 void GLXGLTestContext::onPlatformSwapBuffers() const { in onPlatformSwapBuffers() [all …]
|