Searched refs:VkFunctorDrawHandler (Results 1 – 3 of 3) sorted by relevance
37 VkFunctorDrawHandler::VkFunctorDrawHandler(sp<WebViewFunctor::Handle> functor_handle, in VkFunctorDrawHandler() function in android::uirenderer::skiapipeline::VkFunctorDrawHandler46 VkFunctorDrawHandler::~VkFunctorDrawHandler() { in ~VkFunctorDrawHandler()52 void VkFunctorDrawHandler::draw(const GrBackendDrawableInfo& info) { in draw()122 std::unique_ptr<VkFunctorDrawHandler> draw; in onSnapGpuDrawHandler()124 return std::make_unique<VkFunctorDrawHandler>(std::get<0>(mAnyFunctor).handle, matrix, clip, in onSnapGpuDrawHandler()
33 class VkFunctorDrawHandler : public FunctorDrawable::GpuDrawHandler {35 VkFunctorDrawHandler(sp<WebViewFunctor::Handle> functor_handle, const SkMatrix& matrix,37 ~VkFunctorDrawHandler() override;
53 class VkFunctorDrawHandler; variable140 friend class android::uirenderer::skiapipeline::VkFunctorDrawHandler;