Searched refs:postProcJS (Results 1 – 2 of 2) sorted by relevance
159 NapiApi::Object postProcJS = fromJs.Arg<0>(); in ToneMapJS() local160 auto postproc = GetNativeMeta<SCENE_NS::IPostProcess>(postProcJS); in ToneMapJS()
347 … napi_value postProcJS = CreateFromNativeInstance(ctx, obj, false, BASE_NS::countof(args), args); in GetPostProcess() local348 postProc_ = { ctx, postProcJS }; // take ownership of the object. in GetPostProcess()349 return postProcJS; in GetPostProcess()