Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/
DFrameBuffer.h283 HandleType p_readSurface);
DFrameBuffer.cpp2433 HandleType p_readSurface) { in bindContext() argument
2446 if (p_context || p_drawSurface || p_readSurface) { in bindContext()
2457 if (p_readSurface != p_drawSurface) { in bindContext()
2458 WindowSurfaceMap::iterator w(m_windows.find(p_readSurface)); in bindContext()