Searched defs:Fence (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DFence.h7 // Fence.h: Defines the gl::Fence class, which supports the GL_NV_fence extension.
21 class Fence class in namespace:gl
24 Fence();
25 virtual ~Fence();
34 DISALLOW_COPY_AND_ASSIGN(Fence);
H A DFence.cpp7 // Fence.cpp: Implements the gl::Fence class, which supports the GL_NV_fence extension.
9 #include "libGLESv2/Fence.h"
16 Fence::Fence() function in class:gl::Fence
23 Fence::~Fence()
32 GLboolean Fence::isFence()
39 void Fence::setFence(GLenum condition)
59 GLboolean Fence
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml200 | Fence Constructor in type:Opcode/t

Completed in 95 milliseconds