Searched refs:GLFence (Results 1 – 13 of 13) sorted by relevance
21 GLFence* CreateFence(bool flush) { in CreateFence()25 scoped_ptr<GLFence> fence; in CreateFence()38 DCHECK_EQ(!!fence.get(), GLFence::IsSupported()); in CreateFence()44 GLFence::GLFence() { in GLFence() function in gfx::GLFence47 GLFence::~GLFence() { in ~GLFence()50 bool GLFence::IsSupported() { in IsSupported()59 GLFence* GLFence::Create() { in Create()63 GLFence* GLFence::CreateWithoutFlush() { in CreateWithoutFlush()
13 class GL_EXPORT GLFence {15 GLFence();16 virtual ~GLFence();19 static GLFence* Create();25 static GLFence* CreateWithoutFlush();35 DISALLOW_COPY_AND_ASSIGN(GLFence);
15 class GL_EXPORT GLFenceARB : public GLFence {
15 class GL_EXPORT GLFenceNV : public GLFence {
15 class GL_EXPORT GLFenceEGL : public GLFence {
25 class GLFence; variable142 UnscheduleFence(gfx::GLFence* fence, base::Closure task); in NON_EXPORTED_BASE()145 scoped_ptr<gfx::GLFence> fence; in NON_EXPORTED_BASE()
20 class GLFence; variable96 typedef std::map<uint32, linked_ptr<gfx::GLFence> > SyncPointToFenceMap;
227 new UnscheduleFence(gfx::GLFence::Create(), task))); in DeferToFence()300 GpuScheduler::UnscheduleFence::UnscheduleFence(gfx::GLFence* fence_, in UnscheduleFence()
410 scoped_ptr<gfx::GLFence> fence_;422 fence_.reset(gfx::GLFence::Create()); in End()
205 linked_ptr<gfx::GLFence> fence(make_linked_ptr(new gfx::GLFenceEGL(true))); in CreateFenceLocked()
1213 EXPECT_TRUE(gfx::GLFence::IsSupported()); in TEST_F()1248 EXPECT_TRUE(gfx::GLFence::IsSupported()); in TEST_F()1254 EXPECT_TRUE(gfx::GLFence::IsSupported()); in TEST_F()1264 EXPECT_FALSE(gfx::GLFence::IsSupported()); in TEST_F()
821 bool ui_gl_fence_works = gfx::GLFence::IsSupported(); in InitializeFeatures()
500 : fence(gfx::GLFence::Create()) { in FenceCallback()504 scoped_ptr<gfx::GLFence> fence;