Home
last modified time | relevance | path

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

/hardware/google/aemu/snapshot/include/snapshot/
DLazySnapshotObj.h39 class LazySnapshotObj {
40 DISALLOW_COPY_AND_ASSIGN(LazySnapshotObj);
42 LazySnapshotObj() = default;
44 LazySnapshotObj(base::Stream*) : mNeedRestore(true) {} in LazySnapshotObj() function
61 ~LazySnapshotObj() = default;
/hardware/google/gfxstream/host/
DBuffer.h42 class Buffer : public android::snapshot::LazySnapshotObj<Buffer> {
DColorBuffer.h48 class ColorBuffer : public android::snapshot::LazySnapshotObj<ColorBuffer> {
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DSaveableTexture.h50 public android::snapshot::LazySnapshotObj<SaveableTexture> {