Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.h644 bool bindContext(HandleType p_context, HandleType p_drawSurface, HandleType p_readSurface);
DFrameBuffer.cpp3648 HandleType p_readSurface) { in bindContext() argument
3661 if (p_context || p_drawSurface || p_readSurface) { in bindContext()
3671 if (p_readSurface != p_drawSurface) { in bindContext()
3672 EmulatedEglWindowSurfaceMap::iterator w(m_windows.find(p_readSurface)); in bindContext()