Searched refs:ScopedQueryUpdate (Results 1 – 2 of 2) sorted by relevance
| /hardware/google/gfxstream/guest/GLESv2_enc/ |
| D | GL2Encoder.cpp | 558 class GL2Encoder::ScopedQueryUpdate { class in GL2Encoder 560 ScopedQueryUpdate(GL2Encoder* ctx, uint32_t bytes, T* target) : in ScopedQueryUpdate() function in GL2Encoder::ScopedQueryUpdate 569 ~ScopedQueryUpdate() { in ~ScopedQueryUpdate() 584 ScopedQueryUpdate<GLboolean> query(this, glUtilsParamSize(param) * sizeof(GLboolean), val); in safe_glGetBooleanv() 589 ScopedQueryUpdate<GLfloat> query(this, glUtilsParamSize(param) * sizeof(GLfloat), val); in safe_glGetFloatv() 594 ScopedQueryUpdate<GLint> query(this, glUtilsParamSize(param) * sizeof(GLint), val); in safe_glGetIntegerv() 599 ScopedQueryUpdate<GLint64> query(this, glUtilsParamSize(param) * sizeof(GLint64), val); in safe_glGetInteger64v() 604 ScopedQueryUpdate<GLint> query(this, sizeof(GLint), val); in safe_glGetIntegeri_v() 609 ScopedQueryUpdate<GLint64> query(this, sizeof(GLint64), val); in safe_glGetInteger64i_v() 614 ScopedQueryUpdate<GLboolean> query(this, sizeof(GLboolean), val); in safe_glGetBooleani_v()
|
| D | GL2Encoder.h | 203 template<class T> class ScopedQueryUpdate; variable
|