Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DVkFunctorDrawable.cpp38 VkFunctorDrawHandler::VkFunctorDrawHandler(sp<WebViewFunctor::Handle> functor_handle, in VkFunctorDrawHandler() function in android::uirenderer::skiapipeline::VkFunctorDrawHandler
47 VkFunctorDrawHandler::~VkFunctorDrawHandler() { in ~VkFunctorDrawHandler()
53 void VkFunctorDrawHandler::draw(const GrBackendDrawableInfo& info) { in draw()
123 std::unique_ptr<VkFunctorDrawHandler> draw; in onSnapGpuDrawHandler()
124 return std::make_unique<VkFunctorDrawHandler>(mWebViewHandle, matrix, clip, image_info); in onSnapGpuDrawHandler()
H A DVkFunctorDrawable.h32 class VkFunctorDrawHandler : public FunctorDrawable::GpuDrawHandler {
34 VkFunctorDrawHandler(sp<WebViewFunctor::Handle> functor_handle, const SkMatrix& matrix,
36 ~VkFunctorDrawHandler() override;
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h53 class VkFunctorDrawHandler; variable
195 friend class android::uirenderer::skiapipeline::VkFunctorDrawHandler;