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 35 // Fence
38 class Fence
39 : public LightRefBase<Fence>, public Flattenable
42 static const sp<Fence> NO_FENCE;
45 // should wait indefinitely for the fence to signal.
48 // Construct a new Fence object with an invalid file descriptor. This
49 // should be done when the Fence object will be set up by unflattening
51 Fence();
53 // Construct a new Fence object to manage a given fence file descriptor
    [all...]
  /frameworks/native/libs/ui/
Fence.cpp 17 #define LOG_TAG "Fence"
25 #include <ui/Fence.h>
32 const sp<Fence> Fence::NO_FENCE = sp<Fence>(new Fence);
34 Fence::Fence() :
38 Fence::Fence(int fenceFd)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 200 | Fence
    [all...]

Completed in 191 milliseconds