Searched refs:EGLState (Results 1 – 10 of 10) sorted by relevance
478 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 …]
37 class EGLState {39 EGLState() = default;40 ~EGLState() = default;
150 const auto& EGLState = device.GetEglState(); in ExtractInfo() local155 if (!EGLState.GetSurfaceInformation(devicePlatformData, surface, info)) { in ExtractInfo()167 if (!EGLState.GetSurfaceInformation(surface, info)) { in ExtractInfo()
178 const EGLHelpers::EGLState& GetEglState();346 EGLHelpers::EGLState eglState_;
1046 const EGLHelpers::EGLState& DeviceGLES::GetEglState() in GetEglState()
45 typedef struct EGLState { struct46 EGLState() in EGLState() function55 } EGLState; typedef119 std::shared_ptr<EGLState> eglState;
28 std::shared_ptr<EGLState> eglState = std::make_shared<EGLState>(); in RenderContextBase()
236 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()
39 std::shared_ptr<EGLState> eglState = std::make_shared<EGLState>(); in RSRenderSurfaceOhos()
38 std::shared_ptr<EGLState> eglState = frame->eglState; in IsValidFrame()