|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <QueryGL.h>
Public Member Functions | |
| QueryGL (GLenum type, const FunctionsGL *functions, StateManagerGL *stateManager) | |
| ~QueryGL () override | |
| gl::Error | begin () override |
| gl::Error | end () override |
| gl::Error | queryCounter () override |
| gl::Error | getResult (GLint *params) override |
| gl::Error | getResult (GLuint *params) override |
| gl::Error | getResult (GLint64 *params) override |
| gl::Error | getResult (GLuint64 *params) override |
| gl::Error | isResultAvailable (bool *available) override |
| gl::Error | pause () |
| gl::Error | resume () |
Public Member Functions inherited from rx::QueryImpl | |
| QueryImpl (GLenum type) | |
| virtual | ~QueryImpl () |
| GLenum | getType () const |
| rx::QueryGL::QueryGL | ( | GLenum | type, |
| const FunctionsGL * | functions, | ||
| StateManagerGL * | stateManager | ||
| ) |
|
override |
|
overridevirtual |
Implements rx::QueryImpl.
|
overridevirtual |
Implements rx::QueryImpl.
Implements rx::QueryImpl.
Implements rx::QueryImpl.
Implements rx::QueryImpl.
Implements rx::QueryImpl.
|
overridevirtual |
Implements rx::QueryImpl.
| gl::Error rx::QueryGL::pause | ( | ) |
|
overridevirtual |
Implements rx::QueryImpl.
| gl::Error rx::QueryGL::resume | ( | ) |
1.8.13