Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h293 bool isBufferHostMapDirty(GLuint id) const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp472 bool GLClientState::isBufferHostMapDirty(GLuint id) const { in isBufferHostMapDirty() function in gfxstream::guest::GLClientState
937 return !isBufferHostMapDirty(id); in shouldSkipHostMapBuffer()