Home | History | Annotate | Download | only in loader

Lines Matching full:will

35 // time, CreateMsgCallback will call the DRAW_STATE layer twice. Once via
41 // and each ICD will have it's own unique MsgCallback object we need to
52 // Loader will create instance chain with enabled extensions.
53 // TODO: Should validation layers be enabled here? If not, they will not be in
58 // Have only established the instance chain so far. Loader will call the
60 // Each layer in the instance chain will call down to the next layer,
64 // The loader CreateMsgCallback terminator will iterate over the ICDs.
71 // Any reports matching the flags set in MsgCallbackObject1 will generate the
78 // App MUST include any desired validation layers or they will not participate
84 // enabled at CreateInstance will be able to register the callback. Loader will
86 // will record the ICD's version of the MsgCallback2 object here.
88 // Any report will go to the layer's report function and it will check the flags
94 // Loader's DestroyMsgCallback is where call starts. DestroyMsgCallback will be
96 // ending in the loader's DestroyMsgCallback terminator which will iterate over
100 // Any reports generated after this will only have MsgCallbackObject2 available.