Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.h155 enum EGLStatus {READY, UNREADY}; enum
179 EGLStatus GetEGLStatus() const;
206 EGLStatus isEGLReady = EGLStatus::UNREADY;
H A Drender_environment.cpp43 EGLStatus RenderEnvironment::GetEGLStatus() const in GetEGLStatus()
62 isEGLReady = EGLStatus::READY; in Init()
607 isEGLReady = EGLStatus::UNREADY; in ReleaseParam()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dgpu_brightness_algo.cpp117 if (context->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in OnApplyRGBA8888()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dgpu_contrast_algo.cpp118 if (context->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in OnApplyRGBA8888()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H A Dimage_source_filter.cpp136 …if (context_->renderEnvironment_->GetEGLStatus() != EGLStatus::READY && context_->ipType_ == IPTyp… in DoNegotiate()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter.cpp242 if (context->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in ConvertFromCPU2GPU()
409 if (context->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in RenderWithGPU()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp380 if (effectParameters.effectContext_->renderEnvironment_->GetEGLStatus() != EGLStatus::READY in StartPipelineInner()
771 if (impl_->effectContext_->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in ConsumerBufferWithGPU()