Searched refs:SurfaceFrameOhosGl (Results 1 – 5 of 5) sorted by relevance
20 SurfaceFrameOhosGl::SurfaceFrameOhosGl(int32_t width, int32_t height) in SurfaceFrameOhosGl() function in OHOS::Rosen::SurfaceFrameOhosGl26 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()
29 class SurfaceFrameOhosGl : public SurfaceFrameOhos {31 SurfaceFrameOhosGl(int32_t width, int32_t height);32 ~SurfaceFrameOhosGl() override;
44 std::unique_ptr<SurfaceFrameOhosGl> frame_;
44 frame_ = std::make_unique<SurfaceFrameOhosGl>(width, height); in RequestFrame()
164 SurfaceFrameOhosGl* framePtr = static_cast<SurfaceFrameOhosGl*>(frame.get()); in AcquireSkCanvas()206 SurfaceFrameOhosGl* framePtr = static_cast<SurfaceFrameOhosGl*>(frame.get()); in AcquireDrCanvas()