Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestRenderEnvironment.cpp84 renderEnvironment->GenMainTex(effectBuffer, output);
87 renderEnvironment->GenMainTex(effectBuffer, output);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H A Dimage_source_filter.cpp97 context->renderEnvironment_->GenMainTex(srcBuffer, buffer); in UpdateInputBufferIfNeed()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.h165 IMAGE_EFFECT_EXPORT void GenMainTex(const std::shared_ptr<EffectBuffer> &source,
H A Drender_environment.cpp152 void RenderEnvironment::GenMainTex(const std::shared_ptr<EffectBuffer> &source, std::shared_ptr<Eff… in GenMainTex() function in OHOS::Media::Effect::RenderEnvironment
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter.cpp416 context->renderEnvironment_->GenMainTex(src, buffer); in RenderWithGPU()