Searched refs:borrowForComposition (Results 1 – 3 of 3) sorted by relevance
86 std::unique_ptr<BorrowedImageInfo> borrowForComposition(UsedApi api, bool isTarget);
271 std::unique_ptr<BorrowedImageInfo> ColorBuffer::borrowForComposition(UsedApi api, bool isTarget) { in borrowForComposition() function in gfxstream::ColorBuffer
2829 return colorBufferPtr->borrowForComposition(api, colorBufferIsTarget); in borrowColorBufferForComposition()