Searched refs:borrowColorBufferForDisplay (Results 1 – 6 of 6) sorted by relevance
45 const auto imageInfo = mFb->borrowColorBufferForDisplay(cb->getHndl()); in postImpl()
79 return mVkEmulation.borrowColorBufferForDisplay(mHandle); in borrowForDisplay()
402 std::unique_ptr<BorrowedImageInfoVk> borrowColorBufferForDisplay(uint32_t colorBufferHandle);
4245 std::unique_ptr<BorrowedImageInfoVk> VkEmulation::borrowColorBufferForDisplay( in borrowColorBufferForDisplay() function in gfxstream::vk::VkEmulation
487 std::unique_ptr<BorrowedImageInfo> borrowColorBufferForDisplay(uint32_t colorBufferHandle);
2819 std::unique_ptr<BorrowedImageInfo> FrameBuffer::borrowColorBufferForDisplay( in borrowColorBufferForDisplay() function in gfxstream::FrameBuffer