Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos_gl.cpp20 SurfaceFrameOhosGl::SurfaceFrameOhosGl(int32_t width, int32_t height) in SurfaceFrameOhosGl() function in OHOS::Rosen::SurfaceFrameOhosGl
26 SurfaceFrameOhosGl::~SurfaceFrameOhosGl() in ~SurfaceFrameOhosGl()
30 void SurfaceFrameOhosGl::SetColorSpace(GraphicColorGamut colorSpace) in SetColorSpace()
35 GraphicColorGamut SurfaceFrameOhosGl::GetColorSpace() const in GetColorSpace()
40 void SurfaceFrameOhosGl::SetSurface(EGLSurface surface) in SetSurface()
H A Dsurface_frame_ohos_gl.h29 class SurfaceFrameOhosGl : public SurfaceFrameOhos {
31 SurfaceFrameOhosGl(int32_t width, int32_t height);
32 ~SurfaceFrameOhosGl() override;
H A Dsurface_ohos_gl.h44 std::unique_ptr<SurfaceFrameOhosGl> frame_;
H A Dsurface_ohos_gl.cpp44 frame_ = std::make_unique<SurfaceFrameOhosGl>(width, height); in RequestFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dgles_render_backend.cpp164 SurfaceFrameOhosGl* framePtr = static_cast<SurfaceFrameOhosGl*>(frame.get()); in AcquireSkCanvas()
206 SurfaceFrameOhosGl* framePtr = static_cast<SurfaceFrameOhosGl*>(frame.get()); in AcquireDrCanvas()