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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Fence.cpp 7 // Fence.cpp: Implements the gl::Fence class, which supports the GL_NV_fence extension.
9 #include "libGLESv2/Fence.h"
16 Fence::Fence()
23 Fence::~Fence()
32 GLboolean Fence::isFence()
35 // A name returned by GenFencesNV, but not yet set via SetFenceNV, is not the name of an existing fence.
39 void Fence::setFence(GLenum condition
    [all...]
Fence.h 7 // Fence.h: Defines the gl::Fence class, which supports the GL_NV_fence extension.
21 class Fence
24 Fence();
25 virtual ~Fence();
34 DISALLOW_COPY_AND_ASSIGN(Fence);
  /frameworks/native/include/ui/
Fence.h 34 // Fence
37 class Fence
38 : public LightRefBase<Fence>, public Flattenable
41 static const sp<Fence> NO_FENCE;
43 // Construct a new Fence object with an invalid file descriptor. This
44 // should be done when the Fence object will be set up by unflattening
46 Fence();
48 // Construct a new Fence object to manage a given fence file descriptor.
49 // When the new Fence object is destructed the file descriptor will b
    [all...]
  /frameworks/native/libs/ui/
Fence.cpp 17 #define LOG_TAG "Fence"
22 #include <ui/Fence.h>
29 const sp<Fence> Fence::NO_FENCE = sp<Fence>();
31 Fence::Fence() :
35 Fence::Fence(int fenceFd) :
39 Fence::~Fence()
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 200 | Fence
    [all...]

Completed in 75 milliseconds