Home
last modified time | relevance | path

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

/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/render_environment/
H A Drender_environment.h179 EGLStatus GetEGLStatus() const;
H A Drender_environment.cpp43 EGLStatus RenderEnvironment::GetEGLStatus() const in GetEGLStatus() function in OHOS::Media::Effect::RenderEnvironment
/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 8 milliseconds