Lines Matching defs:postproc
127 auto postproc = interface_pointer_cast<SCENE_NS::IPostProcess>(
135 SetNativeObject(interface_pointer_cast<META_NS::IObject>(postproc), false);
136 StoreJsObj(interface_pointer_cast<META_NS::IObject>(postproc), meJs);
146 ExecSyncTask([postproc, &tone]() {
147 tone = postproc->Tonemap()->GetValue();
155 ExecSyncTask([postproc]() -> META_NS::IAny::Ptr {
156 SCENE_NS::IBloom::Ptr bloom = postproc->Bloom()->GetValue();
175 auto postproc = interface_cast<SCENE_NS::IPostProcess>(GetNativeObject());
176 if (!postproc) {
202 ctx.This(), // postproc..
210 ExecSyncTask([postproc, tonemap]() {
211 postproc->Tonemap()->SetValue(tonemap);
220 if (auto postproc = interface_cast<SCENE_NS::IPostProcess>(GetNativeObject())) {
222 ExecSyncTask([postproc, &tone]() {
223 tone = postproc->Tonemap()->GetValue();
234 ctx.This() // postproc..
248 if (auto postproc = interface_pointer_cast<SCENE_NS::IPostProcess>(GetNativeObject())) {
249 ExecSyncTask([postproc, &enabled]() {
250 SCENE_NS::IBloom::Ptr bloom = postproc->Bloom()->GetValue();
264 if (auto postproc = interface_pointer_cast<SCENE_NS::IPostProcess>(GetNativeObject())) {
265 ExecSyncTask([postproc, enable]() {
266 SCENE_NS::IBloom::Ptr bloom = postproc->Bloom()->GetValue();