webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
rx::FenceSyncGL Class Reference

#include <FenceSyncGL.h>

Inheritance diagram for rx::FenceSyncGL:
rx::FenceSyncImpl angle::NonCopyable

Public Member Functions

 FenceSyncGL (const FunctionsGL *functions)
 
 ~FenceSyncGL () override
 
gl::Error set (GLenum condition, GLbitfield flags) override
 
gl::Error clientWait (GLbitfield flags, GLuint64 timeout, GLenum *outResult) override
 
gl::Error serverWait (GLbitfield flags, GLuint64 timeout) override
 
gl::Error getStatus (GLint *outResult) override
 
- Public Member Functions inherited from rx::FenceSyncImpl
 FenceSyncImpl ()
 
virtual ~FenceSyncImpl ()
 

Constructor & Destructor Documentation

◆ FenceSyncGL()

rx::FenceSyncGL::FenceSyncGL ( const FunctionsGL functions)
explicit

◆ ~FenceSyncGL()

rx::FenceSyncGL::~FenceSyncGL ( )
override

Member Function Documentation

◆ clientWait()

gl::Error rx::FenceSyncGL::clientWait ( GLbitfield  flags,
GLuint64  timeout,
GLenum outResult 
)
overridevirtual

Implements rx::FenceSyncImpl.

◆ getStatus()

gl::Error rx::FenceSyncGL::getStatus ( GLint outResult)
overridevirtual

Implements rx::FenceSyncImpl.

◆ serverWait()

gl::Error rx::FenceSyncGL::serverWait ( GLbitfield  flags,
GLuint64  timeout 
)
overridevirtual

Implements rx::FenceSyncImpl.

◆ set()

gl::Error rx::FenceSyncGL::set ( GLenum  condition,
GLbitfield  flags 
)
overridevirtual

Implements rx::FenceSyncImpl.


The documentation for this class was generated from the following files: