Home
last modified time | relevance | path

Searched defs:eglState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drender_context_ohos_gl.cpp236 std::shared_ptr<EGLState> eglState = frame->eglState; in CreateSurface() local
268 std::shared_ptr<EGLState> eglState = frame->eglState; in DestroySurface() local
337 std::shared_ptr<EGLState> eglState = frame->eglState; in SwapBuffers() local
367 std::shared_ptr<EGLState> eglState = frame_->eglState; in SetEGLState() local
H A Drs_render_surface_ohos.cpp39 std::shared_ptr<EGLState> eglState = std::make_shared<EGLState>(); in RSRenderSurfaceOhos() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Drender_backend_utils.cpp38 std::shared_ptr<EGLState> eglState = frame->eglState; in IsValidFrame() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drender_context_base.h28 std::shared_ptr<EGLState> eglState = std::make_shared<EGLState>(); in RenderContextBase() local
H A Drs_render_surface_frame.h119 std::shared_ptr<EGLState> eglState; member