Searched refs:GLFence (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_fence.h13 class GL_EXPORT GLFence { class in namespace:gfx
15 GLFence();
16 virtual ~GLFence();
18 static GLFence* Create();
21 static GLFence* CreateWithoutFlush();
32 DISALLOW_COPY_AND_ASSIGN(GLFence);
H A Dgl_fence.cc13 class GLFenceNVFence: public gfx::GLFence {
52 class GLFenceARBSync: public gfx::GLFence {
88 class EGLFenceSync : public gfx::GLFence {
127 gfx::GLFence* CreateFence(bool flush) {
143 GLFence::GLFence() { function in class:gfx::GLFence
146 GLFence::~GLFence() {
149 GLFence* GLFence
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_scheduler.h25 class GLFence;
146 UnscheduleFence(gfx::GLFence* fence, base::Closure task);
149 scoped_ptr<gfx::GLFence> fence;
H A Dtexture_definition.h20 class GLFence;
56 linked_ptr<gfx::GLFence> read_fence;
59 scoped_ptr<gfx::GLFence> write_fence_;
H A Dgpu_scheduler.cc228 new UnscheduleFence(gfx::GLFence::Create(), task)));
301 GpuScheduler::UnscheduleFence::UnscheduleFence(gfx::GLFence* fence_,
H A Dtexture_definition.cc196 write_fence_.reset(gfx::GLFence::Create());
272 it->read_fence = make_linked_ptr(gfx::GLFence::Create());
287 write_fence_.reset(gfx::GLFence::CreateWithoutFlush());
H A Dgles2_cmd_decoder.cc519 : fence(gfx::GLFence::Create()) {
526 scoped_ptr<gfx::GLFence> fence;

Completed in 1788 milliseconds