Home
last modified time | relevance | path

Searched refs:borrowColorBufferForDisplay (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DPostWorkerVk.cpp45 const auto imageInfo = mFb->borrowColorBufferForDisplay(cb->getHndl()); in postImpl()
DColorBufferVk.cpp79 return mVkEmulation.borrowColorBufferForDisplay(mHandle); in borrowForDisplay()
DVkCommonOperations.h402 std::unique_ptr<BorrowedImageInfoVk> borrowColorBufferForDisplay(uint32_t colorBufferHandle);
DVkCommonOperations.cpp4245 std::unique_ptr<BorrowedImageInfoVk> VkEmulation::borrowColorBufferForDisplay( in borrowColorBufferForDisplay() function in gfxstream::vk::VkEmulation
/hardware/google/gfxstream/host/
DFrameBuffer.h487 std::unique_ptr<BorrowedImageInfo> borrowColorBufferForDisplay(uint32_t colorBufferHandle);
DFrameBuffer.cpp2819 std::unique_ptr<BorrowedImageInfo> FrameBuffer::borrowColorBufferForDisplay( in borrowColorBufferForDisplay() function in gfxstream::FrameBuffer