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

  /external/chromium_org/ui/gl/
gl_fence.h 13 class GL_EXPORT GLFence {
15 GLFence();
16 virtual ~GLFence();
19 static GLFence* Create();
25 static GLFence* CreateWithoutFlush();
35 DISALLOW_COPY_AND_ASSIGN(GLFence);
gl_fence.cc 21 GLFence* CreateFence(bool flush) {
25 scoped_ptr<GLFence> fence;
38 DCHECK_EQ(!!fence.get(), GLFence::IsSupported());
44 GLFence::GLFence() {
47 GLFence::~GLFence() {
50 bool GLFence::IsSupported() {
59 GLFence* GLFence::Create()
    [all...]
gl_fence_arb.h 15 class GL_EXPORT GLFenceARB : public GLFence {
20 // GLFence implementation:
gl_fence_egl.h 15 class GL_EXPORT GLFenceEGL : public GLFence {
20 // GLFence implementation:
gl_fence_nv.h 15 class GL_EXPORT GLFenceNV : public GLFence {
20 // GLFence implementation:
  /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;
gpu_scheduler.cc 229 new UnscheduleFence(gfx::GLFence::Create(), task)));
302 GpuScheduler::UnscheduleFence::UnscheduleFence(gfx::GLFence* fence_,
query_manager.cc 410 scoped_ptr<gfx::GLFence> fence_;
422 fence_.reset(gfx::GLFence::Create());
texture_definition.cc 135 linked_ptr<gfx::GLFence> read_fence;
138 scoped_ptr<gfx::GLFence> write_fence_;
feature_info_unittest.cc     [all...]
feature_info.cc 803 bool ui_gl_fence_works = gfx::GLFence::IsSupported();
gles2_cmd_decoder.cc 508 : fence(gfx::GLFence::Create()) {
512 scoped_ptr<gfx::GLFence> fence;
    [all...]

Completed in 558 milliseconds