Home
last modified time | relevance | path

Searched refs:mEnables (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glsnapshot/
DGLSnapshot.cpp65 mEnables[name] = mGL->glIsEnabled(name) == GL_TRUE; in getGlobalStateEnable()
76 for (const auto& it : mEnables) { in restore()
DGLSnapshot.h64 GlobalEnables mEnables; variable