Home
last modified time | relevance | path

Searched refs:FunctorDrawable (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DVkFunctorDrawable.h33 class VkFunctorDrawHandler : public FunctorDrawable::GpuDrawHandler {
55 class VkFunctorDrawable : public FunctorDrawable {
57 using FunctorDrawable::FunctorDrawable;
64 std::unique_ptr<FunctorDrawable::GpuDrawHandler> onSnapGpuDrawHandler(
DFunctorDrawable.h37 class FunctorDrawable : public SkDrawable {
39 FunctorDrawable(Functor* functor, GlFunctorLifecycleListener* listener, SkCanvas* canvas) in FunctorDrawable() function
43 FunctorDrawable(int functor, SkCanvas* canvas) in FunctorDrawable() function
47 virtual ~FunctorDrawable() {} in ~FunctorDrawable()
DGLFunctorDrawable.h32 class GLFunctorDrawable : public FunctorDrawable {
34 using FunctorDrawable::FunctorDrawable;
DVkInteropFunctorDrawable.h33 class VkInteropFunctorDrawable : public FunctorDrawable {
35 using FunctorDrawable::FunctorDrawable;
DSkiaRecordingCanvas.cpp130 FunctorDrawable* functorDrawable; in callDrawGLFunction()
143 FunctorDrawable* functorDrawable; in drawWebViewFunctor()
DSkiaDisplayList.h152 std::deque<FunctorDrawable*> mChildFunctors;
DVkFunctorDrawable.cpp116 std::unique_ptr<FunctorDrawable::GpuDrawHandler> VkFunctorDrawable::onSnapGpuDrawHandler( in onSnapGpuDrawHandler()
DVkInteropFunctorDrawable.cpp200 FunctorDrawable::syncFunctor(data); in syncFunctor()
DDumpOpsCanvas.h143 FunctorDrawable* getFunctorDrawable(SkDrawable* drawable) { in getFunctorDrawable()