Home
last modified time | relevance | path

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

/base/useriam/fingerprint_auth/services_ex/src/
Dsensor_illumination_task.cpp182 …auto renderContext = std::shared_ptr<RenderContext>(RenderContextFactory::GetInstance().CreateNewE… in EnableSensorIllumination() local
183 IF_FALSE_LOGE_AND_RETURN_VAL(renderContext != nullptr, ResultCode::GENERAL_ERROR); in EnableSensorIllumination()
184 renderContext->InitializeEglContext(); in EnableSensorIllumination()
185 rsSurface->SetRenderContext(renderContext.get()); in EnableSensorIllumination()
208 renderContext_ = renderContext; in EnableSensorIllumination()