Searched refs:ScopedQueryUpdate (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 530 class GL2Encoder::ScopedQueryUpdate { class in GL2Encoder 532 ScopedQueryUpdate(GL2Encoder* ctx, uint32_t bytes, T* target) : in ScopedQueryUpdate() function in GL2Encoder::ScopedQueryUpdate 541 ~ScopedQueryUpdate() { in ~ScopedQueryUpdate() 556 ScopedQueryUpdate<GLboolean> query(this, glUtilsParamSize(param) * sizeof(GLboolean), val); in safe_glGetBooleanv() 561 ScopedQueryUpdate<GLfloat> query(this, glUtilsParamSize(param) * sizeof(GLfloat), val); in safe_glGetFloatv() 566 ScopedQueryUpdate<GLint> query(this, glUtilsParamSize(param) * sizeof(GLint), val); in safe_glGetIntegerv() 571 ScopedQueryUpdate<GLint64> query(this, glUtilsParamSize(param) * sizeof(GLint64), val); in safe_glGetInteger64v() 576 ScopedQueryUpdate<GLint> query(this, sizeof(GLint), val); in safe_glGetIntegeri_v() 581 ScopedQueryUpdate<GLint64> query(this, sizeof(GLint64), val); in safe_glGetInteger64i_v() 586 ScopedQueryUpdate<GLboolean> query(this, sizeof(GLboolean), val); in safe_glGetBooleani_v()
|
D | GL2Encoder.h | 182 template<class T> class ScopedQueryUpdate; variable
|