Home
last modified time | relevance | path

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

/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.h155 enum EGLStatus {READY, UNREADY}; enum
179 EGLStatus GetEGLStatus() const;
209 EGLStatus isEGLReady = EGLStatus::UNREADY;
H A Drender_environment.cpp43 EGLStatus RenderEnvironment::GetEGLStatus() const in GetEGLStatus()
59 isEGLReady = EGLStatus::READY; in Init()
593 isEGLReady = EGLStatus::UNREADY; in ReleaseParam()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dgpu_brightness_algo.cpp118 if (context->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in OnApplyRGBA8888()
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H A Dimage_source_filter.cpp136 if (context_->renderEnvironment_->GetEGLStatus() != EGLStatus::READY && context_->ipType_ == IPType::GPU) { in DoNegotiate()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dgpu_contrast_algo.cpp119 if (context->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in OnApplyRGBA8888()
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter.cpp400 if (context->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in RenderWithGPU()
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp770 if (impl_->effectContext_->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in ConsumerBufferWithGPU()

Completed in 6 milliseconds