HomeSort by relevance Sort by last modified time
    Searched refs:GLFence (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/gl/
gl_fence.h 13 class GL_EXPORT GLFence {
15 GLFence();
16 virtual ~GLFence();
18 static GLFence* Create();
21 static GLFence* CreateWithoutFlush();
32 DISALLOW_COPY_AND_ASSIGN(GLFence);
gl_fence.cc 13 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() {
146 GLFence::~GLFence() {
149 GLFence* GLFence::Create()
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gpu_scheduler.h 25 class GLFence;
146 UnscheduleFence(gfx::GLFence* fence, base::Closure task);
149 scoped_ptr<gfx::GLFence> fence;
texture_definition.h 20 class GLFence;
56 linked_ptr<gfx::GLFence> read_fence;
59 scoped_ptr<gfx::GLFence> write_fence_;
gpu_scheduler.cc 228 new UnscheduleFence(gfx::GLFence::Create(), task)));
301 GpuScheduler::UnscheduleFence::UnscheduleFence(gfx::GLFence* fence_,
texture_definition.cc 196 write_fence_.reset(gfx::GLFence::Create());
272 it->read_fence = make_linked_ptr(gfx::GLFence::Create());
287 write_fence_.reset(gfx::GLFence::CreateWithoutFlush());
gles2_cmd_decoder.cc 519 : fence(gfx::GLFence::Create()) {
526 scoped_ptr<gfx::GLFence> fence;
    [all...]

Completed in 71 milliseconds