webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <FenceSyncImpl.h>
Public Member Functions | |
FenceSyncImpl () | |
virtual | ~FenceSyncImpl () |
virtual gl::Error | set (GLenum condition, GLbitfield flags)=0 |
virtual gl::Error | clientWait (GLbitfield flags, GLuint64 timeout, GLenum *outResult)=0 |
virtual gl::Error | serverWait (GLbitfield flags, GLuint64 timeout)=0 |
virtual gl::Error | getStatus (GLint *outResult)=0 |
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in rx::FenceSync11, rx::FenceSyncGL, rx::FenceSyncNULL, and rx::FenceSyncVk.
Implemented in rx::FenceSync11, rx::FenceSyncGL, rx::FenceSyncNULL, and rx::FenceSyncVk.
|
pure virtual |
Implemented in rx::FenceSync11, rx::FenceSyncGL, rx::FenceSyncNULL, and rx::FenceSyncVk.
|
pure virtual |
Implemented in rx::FenceSync11, rx::FenceSyncGL, rx::FenceSyncNULL, and rx::FenceSyncVk.