Home
last modified time | relevance | path

Searched refs:EGLState (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp478 void EGLState::HandleExtensions() in HandleExtensions()
493 uint32_t EGLState::MajorVersion() const in MajorVersion()
498 uint32_t EGLState::MinorVersion() const in MinorVersion()
615 bool EGLState::VerifyVersion() in VerifyVersion()
786 void EGLState::GlInitialize() in GlInitialize()
822 bool EGLState::IsValid() in IsValid()
827 void EGLState::SaveContext() in SaveContext()
854 void EGLState::RestoreContext() in RestoreContext()
904 void EGLState::DestroyContext() in DestroyContext()
949 void* EGLState::ErrorFilter() const in ErrorFilter()
[all …]
H A Degl_state.h37 class EGLState {
39 EGLState() = default;
40 ~EGLState() = default;
H A Dswapchain_gles.cpp150 const auto& EGLState = device.GetEglState(); in ExtractInfo() local
155 if (!EGLState.GetSurfaceInformation(devicePlatformData, surface, info)) { in ExtractInfo()
167 if (!EGLState.GetSurfaceInformation(surface, info)) { in ExtractInfo()
H A Ddevice_gles.h178 const EGLHelpers::EGLState& GetEglState();
346 EGLHelpers::EGLState eglState_;
H A Ddevice_gles.cpp1046 const EGLHelpers::EGLState& DeviceGLES::GetEglState() in GetEglState()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drs_render_surface_frame.h45 typedef struct EGLState { struct
46 EGLState() in EGLState() function
55 } EGLState; typedef
119 std::shared_ptr<EGLState> eglState;
H A Drender_context_base.h28 std::shared_ptr<EGLState> eglState = std::make_shared<EGLState>(); in RenderContextBase()
/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()
268 std::shared_ptr<EGLState> eglState = frame->eglState; in DestroySurface()
337 std::shared_ptr<EGLState> eglState = frame->eglState; in SwapBuffers()
367 std::shared_ptr<EGLState> eglState = frame_->eglState; in SetEGLState()
H A Drs_render_surface_ohos.cpp39 std::shared_ptr<EGLState> eglState = std::make_shared<EGLState>(); in RSRenderSurfaceOhos()
/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()