Searched refs:SyncQueryGL (Results 1 – 4 of 4) sorted by relevance
322 SyncQueryGL::SyncQueryGL(gl::QueryType type, const FunctionsGL *functions) in SyncQueryGL() function in rx::SyncQueryGL329 SyncQueryGL::~SyncQueryGL() {} in ~SyncQueryGL()331 bool SyncQueryGL::IsSupported(const FunctionsGL *functions) in IsSupported()336 angle::Result SyncQueryGL::begin(const gl::Context *context) in begin()341 angle::Result SyncQueryGL::end(const gl::Context *context) in end()359 angle::Result SyncQueryGL::queryCounter(const gl::Context *context) in queryCounter()365 angle::Result SyncQueryGL::getResult(const gl::Context *context, GLint *params) in getResult()370 angle::Result SyncQueryGL::getResult(const gl::Context *context, GLuint *params) in getResult()375 angle::Result SyncQueryGL::getResult(const gl::Context *context, GLint64 *params) in getResult()380 angle::Result SyncQueryGL::getResult(const gl::Context *context, GLuint64 *params) in getResult()[all …]
71 class SyncQueryGL : public QueryGL74 SyncQueryGL(gl::QueryType type, const FunctionsGL *functions);75 ~SyncQueryGL() override;
142 return new SyncQueryGL(type, getFunctions()); in createQuery()
1523 extensions->syncQuery = SyncQueryGL::IsSupported(functions); in GenerateCaps()