Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DCompositorGl.cpp29 const BorrowedImageInfoGl* getInfoOrAbort(const std::unique_ptr<BorrowedImageInfo>& info) { in getInfoOrAbort() function
54 const auto* targetImage = getInfoOrAbort(composeRequest.target); in compose()
76 const BorrowedImageInfoGl* layerImage = getInfoOrAbort(layer.source); in compose()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp34 const BorrowedImageInfoVk* getInfoOrAbort(const std::unique_ptr<BorrowedImageInfo>& info) { in getInfoOrAbort() function
941 const BorrowedImageInfoVk* targetImage = getInfoOrAbort(compositionRequest.target); in buildCompositionVk()
970 sourceImage = getInfoOrAbort(layer.source); in buildCompositionVk()