Home
last modified time | relevance | path

Searched refs:finishedContext (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h46 void (*finishedProc)(void* finishedContext) = nullptr;
47 void* finishedContext = nullptr; member
48 void (*submittedProc)(void* finishedContext, bool success) = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.cpp470 drawingflushInfo->finishedProc(drawingflushInfo->finishedContext); in Flush()
479 … flushInfo.fFinishedContext = static_cast<GrGpuFinishedContext>(drawingflushInfo->finishedContext); in Flush()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp284 drawingFlushInfo.finishedContext = &count1;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp277 drawingFlushInfo.finishedContext = callbackInfo; in FlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1774 drawingFlushInfo.finishedContext = destroyInfo; in OptimizedFlushAndSubmit()