Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:Fence

8 // Fence.cpp: Implements the gl::Fence class, which supports the GL_NV_fence extension.
10 #include "libGLESv2/Fence.h"
17 Fence::Fence(rx::Renderer *renderer)
22 Fence::~Fence()
27 GLboolean Fence::isFence()
32 void Fence::setFence(GLenum condition)
37 GLboolean Fence::testFence()
42 void Fence::finishFence()
47 void Fence::getFenceiv(GLenum pname, GLint *params)