Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/gpu/gl/
DGLTestContext.cpp47 class GLNVFenceSync : public sk_gpu_test::FenceSync { class
49 GLNVFenceSync(const sk_gpu_test::GLTestContext*);
87 ret.reset(new GLNVFenceSync(ctx)); in MakeIfSupported()
121 GLNVFenceSync::GLNVFenceSync(const sk_gpu_test::GLTestContext* ctx) { in GLNVFenceSync() function in __anond0c005340111::GLNVFenceSync
128 sk_gpu_test::PlatformFence GLNVFenceSync::insertFence() const { in insertFence()
135 bool GLNVFenceSync::waitFence(sk_gpu_test::PlatformFence fence) const { in waitFence()
140 void GLNVFenceSync::deleteFence(sk_gpu_test::PlatformFence fence) const { in deleteFence()