/external/skqp/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 63 fLazyProxyData = sk_sp<SkDeferredDisplayList::LazyProxyData>( in init() 64 new SkDeferredDisplayList::LazyProxyData); in init() 76 sk_sp<SkDeferredDisplayList::LazyProxyData> lazyProxyData = fLazyProxyData; in init() 120 std::unique_ptr<SkDeferredDisplayList> SkDeferredDisplayListRecorder::detach() { in detach() 127 return std::unique_ptr<SkDeferredDisplayList>( in detach() 128 new SkDeferredDisplayList(fCharacterization, std::move(img))); in detach() 132 auto ddl = std::unique_ptr<SkDeferredDisplayList>( in detach() 133 new SkDeferredDisplayList(fCharacterization, std::move(fLazyProxyData))); in detach()
|
D | SkDeferredDisplayList.cpp | 14 SkDeferredDisplayList::SkDeferredDisplayList(const SkSurfaceCharacterization& characterization, in SkDeferredDisplayList() function in SkDeferredDisplayList 24 bool SkDeferredDisplayList::draw(SkSurface* surface) const { in draw()
|
/external/skia/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 67 fLazyProxyData = sk_sp<SkDeferredDisplayList::LazyProxyData>( in init() 68 new SkDeferredDisplayList::LazyProxyData); in init() 80 sk_sp<SkDeferredDisplayList::LazyProxyData> lazyProxyData = fLazyProxyData; in init() 128 std::unique_ptr<SkDeferredDisplayList> SkDeferredDisplayListRecorder::detach() { in detach() 135 return std::unique_ptr<SkDeferredDisplayList>( in detach() 136 new SkDeferredDisplayList(fCharacterization, std::move(img))); in detach() 140 auto ddl = std::unique_ptr<SkDeferredDisplayList>( in detach() 141 new SkDeferredDisplayList(fCharacterization, std::move(fLazyProxyData))); in detach()
|
D | SkDeferredDisplayList.cpp | 14 SkDeferredDisplayList::SkDeferredDisplayList(const SkSurfaceCharacterization& characterization, in SkDeferredDisplayList() function in SkDeferredDisplayList 24 bool SkDeferredDisplayList::draw(SkSurface* surface) const { in draw()
|
/external/skqp/include/private/ |
D | SkDeferredDisplayList.h | 29 class SkDeferredDisplayList { 33 SkDeferredDisplayList(const SkSurfaceCharacterization& characterization, sk_sp<SkImage> image) in SkDeferredDisplayList() function 57 SkDeferredDisplayList(const SkSurfaceCharacterization& characterization,
|
/external/skia/include/private/ |
D | SkDeferredDisplayList.h | 29 class SkDeferredDisplayList { 33 SkDeferredDisplayList(const SkSurfaceCharacterization& characterization, sk_sp<SkImage> image) in SkDeferredDisplayList() function 57 SkDeferredDisplayList(const SkSurfaceCharacterization& characterization,
|
/external/skqp/include/core/ |
D | SkDeferredDisplayListRecorder.h | 47 std::unique_ptr<SkDeferredDisplayList> detach(); 58 sk_sp<SkDeferredDisplayList::LazyProxyData> fLazyProxyData;
|
D | SkSurface.h | 18 class SkDeferredDisplayList; variable 419 bool draw(SkDeferredDisplayList* deferredDisplayList);
|
/external/skia/include/core/ |
D | SkDeferredDisplayListRecorder.h | 47 std::unique_ptr<SkDeferredDisplayList> detach(); 58 sk_sp<SkDeferredDisplayList::LazyProxyData> fLazyProxyData;
|
D | SkSurface.h | 18 class SkDeferredDisplayList; variable 768 bool draw(SkDeferredDisplayList* deferredDisplayList);
|
/external/skqp/src/gpu/ |
D | GrContextPriv.h | 20 class SkDeferredDisplayList; variable 188 void moveOpListsToDDL(SkDeferredDisplayList*); 189 void copyOpListsFromDDL(const SkDeferredDisplayList*, GrRenderTargetProxy* newDest);
|
D | GrDrawingManager.h | 82 void moveOpListsToDDL(SkDeferredDisplayList* ddl); 83 void copyOpListsFromDDL(const SkDeferredDisplayList*, GrRenderTargetProxy* newDest);
|
D | GrDrawingManager.cpp | 325 void GrDrawingManager::moveOpListsToDDL(SkDeferredDisplayList* ddl) { in moveOpListsToDDL() 336 void GrDrawingManager::copyOpListsFromDDL(const SkDeferredDisplayList* ddl, in copyOpListsFromDDL()
|
D | GrContext.cpp | 926 void GrContextPriv::moveOpListsToDDL(SkDeferredDisplayList* ddl) { in moveOpListsToDDL() 930 void GrContextPriv::copyOpListsFromDDL(const SkDeferredDisplayList* ddl, in copyOpListsFromDDL()
|
/external/skia/src/gpu/ |
D | GrContextPriv.h | 21 class SkDeferredDisplayList; variable 203 void moveOpListsToDDL(SkDeferredDisplayList*); 204 void copyOpListsFromDDL(const SkDeferredDisplayList*, GrRenderTargetProxy* newDest);
|
D | GrDrawingManager.h | 82 void moveOpListsToDDL(SkDeferredDisplayList* ddl); 83 void copyOpListsFromDDL(const SkDeferredDisplayList*, GrRenderTargetProxy* newDest);
|
D | GrDrawingManager.cpp | 355 void GrDrawingManager::moveOpListsToDDL(SkDeferredDisplayList* ddl) { in moveOpListsToDDL() 366 void GrDrawingManager::copyOpListsFromDDL(const SkDeferredDisplayList* ddl, in copyOpListsFromDDL()
|
/external/skia/tests/ |
D | DeferredDisplayListTest.cpp | 122 std::unique_ptr<SkDeferredDisplayList> createDDL(GrContext* context) const { in createDDL() 215 std::unique_ptr<SkDeferredDisplayList> ddl; in DEF_GPUTEST_FOR_ALL_CONTEXTS() 422 std::unique_ptr<SkDeferredDisplayList> ddl = recorder->detach(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/src/image/ |
D | SkSurface_Gpu.h | 37 bool onDraw(const SkDeferredDisplayList*) override;
|
D | SkSurface_Base.h | 98 virtual bool onDraw(const SkDeferredDisplayList*) { return false; } in onDraw() argument
|
D | SkSurface.cpp | 216 bool SkSurface::draw(SkDeferredDisplayList* ddl) { in draw()
|
/external/skia/src/image/ |
D | SkSurface_Gpu.h | 38 bool onDraw(const SkDeferredDisplayList*) override;
|
D | SkSurface_Base.h | 100 virtual bool onDraw(const SkDeferredDisplayList*) { return false; } in onDraw() argument
|
D | SkSurface.cpp | 240 bool SkSurface::draw(SkDeferredDisplayList* ddl) { in draw()
|
/external/skqp/tests/ |
D | DeferredDisplayListTest.cpp | 100 std::unique_ptr<SkDeferredDisplayList> ddl; in DEF_GPUTEST_FOR_ALL_CONTEXTS() 300 std::unique_ptr<SkDeferredDisplayList> ddl = recorder->detach(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|