Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp456 mHostMappedBufferDirty.add(id); in addBuffer()
460 mHostMappedBufferDirty.remove(id); in removeBuffer()
469 mHostMappedBufferDirty.set(id, dirty); in setBufferHostMapDirty()
473 return mHostMappedBufferDirty.get(id); in isBufferHostMapDirty()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h613 DirtyMap mHostMappedBufferDirty; variable