Lines Matching refs:SCENE_NS
33 using namespace SCENE_NS;
127 auto postproc = interface_pointer_cast<SCENE_NS::IPostProcess>(
128 ((CameraJS*)(rootobject))->CreateObject(SCENE_NS::ClassId::PostProcess));
145 SCENE_NS::ITonemap::Ptr tone;
156 SCENE_NS::IBloom::Ptr bloom = postproc->Bloom()->GetValue();
175 auto postproc = interface_cast<SCENE_NS::IPostProcess>(GetNativeObject());
196 SCENE_NS::ITonemap::Ptr tonemap;
209 tonemap = interface_pointer_cast<SCENE_NS::ITonemap>(native->GetNativeObject());
220 if (auto postproc = interface_cast<SCENE_NS::IPostProcess>(GetNativeObject())) {
221 SCENE_NS::ITonemap::Ptr tone;
248 if (auto postproc = interface_pointer_cast<SCENE_NS::IPostProcess>(GetNativeObject())) {
250 SCENE_NS::IBloom::Ptr bloom = postproc->Bloom()->GetValue();
264 if (auto postproc = interface_pointer_cast<SCENE_NS::IPostProcess>(GetNativeObject())) {
266 SCENE_NS::IBloom::Ptr bloom = postproc->Bloom()->GetValue();