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

#include <Fence11.h>

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

Public Member Functions

 FenceSync11 (Renderer11 *renderer)
 
 ~FenceSync11 () 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 ()
 

Friends

template<class T >
gl::Error FenceSetHelper (T *fence)
 
template<class T >
gl::Error FenceTestHelper (T *fence, bool flushCommandBuffer, GLboolean *outFinished)
 

Constructor & Destructor Documentation

◆ FenceSync11()

rx::FenceSync11::FenceSync11 ( Renderer11 renderer)
explicit

◆ ~FenceSync11()

rx::FenceSync11::~FenceSync11 ( )
override

Member Function Documentation

◆ clientWait()

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

Implements rx::FenceSyncImpl.

◆ getStatus()

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

Implements rx::FenceSyncImpl.

◆ serverWait()

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

Implements rx::FenceSyncImpl.

◆ set()

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

Implements rx::FenceSyncImpl.

Friends And Related Function Documentation

◆ FenceSetHelper

template<class T >
gl::Error FenceSetHelper ( T fence)
friend

◆ FenceTestHelper

template<class T >
gl::Error FenceTestHelper ( T fence,
bool  flushCommandBuffer,
GLboolean outFinished 
)
friend

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