HomeSort by relevance Sort by last modified time
    Searched defs:Fence (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/resources/
resource_provider.h 306 class Fence : public base::RefCounted<Fence> {
308 Fence() {}
314 friend class base::RefCounted<Fence>;
315 virtual ~Fence() {}
318 DISALLOW_COPY_AND_ASSIGN(Fence);
358 // Sets the current read fence. If a resource is locked for read
360 // until this fence has passed.
361 void SetReadLockFence(Fence* fence) { current_read_lock_fence_ = fence;
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 53 class FallbackFence : public ResourceProvider::Fence {
58 // Overridden from ResourceProvider::Fence:
196 scoped_refptr<ResourceProvider::Fence> Begin() {
198 // Invalidate weak pointer held by old fence.
203 return make_scoped_refptr<ResourceProvider::Fence>(
204 new Fence(weak_ptr_factory_.GetWeakPtr()));
248 class Fence : public ResourceProvider::Fence {
250 explicit Fence(base::WeakPtr<GLRenderer::SyncQuery> query)
253 // Overridden from ResourceProvider::Fence
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 204 | Fence
    [all...]

Completed in 88 milliseconds