Searched refs:VkFunctorDrawHandler (Results 1 – 3 of 3) sorted by relevance
42 VkFunctorDrawHandler::VkFunctorDrawHandler(sp<WebViewFunctor::Handle> functor_handle, in VkFunctorDrawHandler() function in android::uirenderer::skiapipeline::VkFunctorDrawHandler51 VkFunctorDrawHandler::~VkFunctorDrawHandler() { in ~VkFunctorDrawHandler()57 void VkFunctorDrawHandler::draw(const GrBackendDrawableInfo& info) { in draw()130 std::unique_ptr<VkFunctorDrawHandler> draw; in onSnapGpuDrawHandler()131 return std::make_unique<VkFunctorDrawHandler>(mWebViewHandle, matrix, clip, image_info); in onSnapGpuDrawHandler()
32 class VkFunctorDrawHandler : public FunctorDrawable::GpuDrawHandler {34 VkFunctorDrawHandler(sp<WebViewFunctor::Handle> functor_handle, const SkMatrix& matrix,36 ~VkFunctorDrawHandler() override;
54 class VkFunctorDrawHandler; variable200 friend class android::uirenderer::skiapipeline::VkFunctorDrawHandler;