Lines Matching refs:AsyncStateBase
94 class AsyncStateBase { class
96 virtual ~AsyncStateBase() in ~AsyncStateBase()
159 napi_value MakePromise(napi_env env, AsyncStateBase* data) in MakePromise()
168 AsyncStateBase* data = (AsyncStateBase*)finalize_data; in MakePromise()
175 AsyncStateBase* data = (AsyncStateBase*)context; in MakePromise()
274 struct AsyncState : public AsyncStateBase { in Load()
666 struct AsyncState : public AsyncStateBase { in CreateEnvironment()
688 struct AsyncState : public AsyncStateBase { in CreateCamera()
713 struct AsyncState : public AsyncStateBase { in CreateLight()
760 struct AsyncState : public AsyncStateBase { in CreateNode()
786 struct AsyncState : public AsyncStateBase { in CreateMaterial()
839 struct AsyncState : public AsyncStateBase { in CreateShader()
925 struct AsyncState : public AsyncStateBase { in CreateImage()