Home
last modified time | relevance | path

Searched refs:borrowForDisplay (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/
DColorBuffer.h87 std::unique_ptr<BorrowedImageInfo> borrowForDisplay(UsedApi api);
DColorBuffer.cpp292 std::unique_ptr<BorrowedImageInfo> ColorBuffer::borrowForDisplay(UsedApi api) { in borrowForDisplay() function in gfxstream::ColorBuffer
DFrameBuffer.cpp2851 return colorBufferPtr->borrowForDisplay(api); in borrowColorBufferForDisplay()