Home
last modified time | relevance | path

Searched refs:SyncQueryGL (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DQueryGL.cpp322 SyncQueryGL::SyncQueryGL(gl::QueryType type, const FunctionsGL *functions) in SyncQueryGL() function in rx::SyncQueryGL
329 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 …]
DQueryGL.h71 class SyncQueryGL : public QueryGL
74 SyncQueryGL(gl::QueryType type, const FunctionsGL *functions);
75 ~SyncQueryGL() override;
DContextGL.cpp142 return new SyncQueryGL(type, getFunctions()); in createQuery()
Drenderergl_utils.cpp1523 extensions->syncQuery = SyncQueryGL::IsSupported(functions); in GenerateCaps()