Home
last modified time | relevance | path

Searched refs:EGLState (Results 1 - 8 of 8) sorted by relevance

/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()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.h37 class EGLState { class
39 EGLState() = default;
40 ~EGLState() = default;
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()
503 void EGLState::ChooseConfiguration(const BackendExtraGLES* backendConfig) in ChooseConfiguration()
554 void EGLState::CreateContext(const BackendExtraGLES* backendConfig) in CreateContext()
601 bool EGLState::IsVersionGreaterOrEqual(uint32_t major, uint32_t minor) const in IsVersionGreaterOrEqual()
615 bool EGLState::VerifyVersion() in VerifyVersion()
667 bool EGLState::CreateContext(DeviceCreateInfo const& createInfo) in CreateContext()
786 void EGLState::GlInitialize() in GlInitialize()
822 bool EGLState
[all...]
H A Dswapchain_gles.cpp150 const auto& EGLState = device.GetEglState(); variable
155 if (!EGLState.GetSurfaceInformation(devicePlatformData, surface, info)) {
167 if (!EGLState.GetSurfaceInformation(surface, info)) {
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()
/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()
40 LOGE("EGLState is nullptr"); in IsValidFrame()

Completed in 7 milliseconds