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

  /external/chromium_org/ui/gl/
gl_fence.h 13 class GL_EXPORT GLFence {
15 GLFence();
16 virtual ~GLFence();
18 static GLFence* Create();
26 DISALLOW_COPY_AND_ASSIGN(GLFence);
gl_fence.cc 13 class GLFenceNVFence: public gfx::GLFence {
47 class GLFenceARBSync: public gfx::GLFence {
78 class EGLFenceSync : public gfx::GLFence {
112 GLFence::GLFence() {
115 GLFence::~GLFence() {
119 GLFence* GLFence::Create() {

Completed in 29 milliseconds