Searched refs:OH_Drawing_SurfaceCreateFromGpuContext (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_surface_test.cpp | 110 surface_ = OH_Drawing_SurfaceCreateFromGpuContext(gpuContext_, true, imageInfo); 114 surface_ = OH_Drawing_SurfaceCreateFromGpuContext(gpuContext_, false, imageInfo); 118 surface_ = OH_Drawing_SurfaceCreateFromGpuContext(nullptr, false, imageInfo); 140 surface_ = OH_Drawing_SurfaceCreateFromGpuContext(gpuContext_, true, imageInfo);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_surface.h | 57 OH_Drawing_Surface* OH_Drawing_SurfaceCreateFromGpuContext(
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | surface_test.cpp | 48 surface = OH_Drawing_SurfaceCreateFromGpuContext(gpuContext, budgeted, imageInfo); in OnTestPerformance()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__surface_8h.md | 24 | [OH_Drawing_Surface](_drawing.md#oh_drawing_surface) \* [OH_Drawing_SurfaceCreateFromGpuContext](…
|
H A D | _drawing.md | 542 | [OH_Drawing_Surface](#oh_drawing_surface) \* [OH_Drawing_SurfaceCreateFromGpuContext](#oh_drawing… 13636 ### OH_Drawing_SurfaceCreateFromGpuContext() 13639 OH_Drawing_Surface* OH_Drawing_SurfaceCreateFromGpuContext (OH_Drawing_GpuContext* , bool budgeted,…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_surface.cpp | 44 OH_Drawing_Surface* OH_Drawing_SurfaceCreateFromGpuContext(OH_Drawing_GpuContext* cGpuContext, in OH_Drawing_SurfaceCreateFromGpuContext() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__surface_8h.md | 24 | [OH_Drawing_Surface](_drawing.md#oh_drawing_surface) \* [OH_Drawing_SurfaceCreateFromGpuContext](…
|
H A D | _drawing.md | 542 | [OH_Drawing_Surface](#oh_drawing_surface) \* [OH_Drawing_SurfaceCreateFromGpuContext](#oh_drawing… 13681 ### OH_Drawing_SurfaceCreateFromGpuContext() 13684 OH_Drawing_Surface* OH_Drawing_SurfaceCreateFromGpuContext (OH_Drawing_GpuContext* , bool budgeted,…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | test_base.cpp | 187 surface_ = OH_Drawing_SurfaceCreateFromGpuContext(gpuContext_, true, imageInfo_); in CreateGpuCanvas()
|