Home
last modified time | relevance | path

Searched refs:needRestore (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h64 needRestore(false), in EglImage()
80 bool needRestore; member
DObjectData.h66 bool needRestore() const;
DShareGroup.h119 bool needRestore();
DGLEScontext.h267 bool needRestore();
/hardware/google/aemu/snapshot/include/snapshot/
DLazySnapshotObj.h55 bool needRestore() const { in needRestore() function
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DObjectData.cpp61 bool ObjectData::needRestore() const { in needRestore() function in ObjectData
DGLESbuffer.cpp79 if (!needRestore() && dispatcher.glMapBufferRange && m_size != 0) { in onSave()
DObjectNameSpace.cpp91 if (!texData->needRestore()) { in touchTextures()
DShareGroup.cpp124 bool ShareGroup::needRestore() { in needRestore() function in ShareGroup
DGLEScontext.cpp436 bool GLEScontext::needRestore() { in needRestore() function in GLEScontext
439 ret |= m_shareGroup->needRestore(); in needRestore()
766 assert(!m_shareGroup->needRestore()); in postLoadRestoreCtx()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.cpp532 if (eglImage->needRestore) { in touchEglImage()
537 eglImage->needRestore = false; in touchEglImage()
697 eglImg->needRestore = true; in onLoadAllImages()
DEglImp.cpp1454 img->needRestore = false; in eglCreateImageKHR()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp322 if (needRestore()) { in onSave()
DGLESv2Imp.cpp256 if (ctx->needRestore()) { in initContext()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp212 if (ctx->needRestore()) { in initContext()
227 if (ctx->needRestore()) { in initContext()