Home
last modified time | relevance | path

Searched refs:SurfaceFrameOhos (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos.h24 class SurfaceFrameOhos : public SurfaceFrame {
26 SurfaceFrameOhos() = default;
27 SurfaceFrameOhos(int32_t width, int32_t height) in SurfaceFrameOhos() function
32 ~SurfaceFrameOhos() = default;
H A Dsurface_frame_ohos_gl.cpp21 : SurfaceFrameOhos(width, height), eglSurface_(EGL_NO_SURFACE), in SurfaceFrameOhosGl()
H A Dsurface_frame_ohos_gl.h29 class SurfaceFrameOhosGl : public SurfaceFrameOhos {
H A Dsurface_frame_ohos_vulkan.cpp22 …: SurfaceFrameOhos(width, height), surface_(surface), colorSpace_(GraphicColorGamut::GRAPHIC_COLOR… in SurfaceFrameOhosVulkan()
H A Dsurface_frame_ohos_vulkan.h32 class SurfaceFrameOhosVulkan : public SurfaceFrameOhos {
H A Dsurface_frame_ohos_raster.h26 class SurfaceFrameOhosRaster : public SurfaceFrameOhos {