Lines Matching refs:intercepted
1048 intercepted by a layer, or if a layer chooses to terminate the function by not
1051 For example, if the enabled layers intercepted only certain instance functions,
1055 Likewise, if the enabled layers intercepted only a few of the device functions,
1211 non-intercepted) functions.
1213 `vkGetDeviceProcAddr` to call down the chain for unknown (i.e. non-intercepted)
1217 non-intercepted) functions.
1265 - These additional functions must be intercepted if the layer implements
1467 * The layer must export the entry point symbols for each intercepted function
1468 * The layer manifest must specify the name of each intercepted function in a `pre_instance_function…
1470 The functions that may be intercepted in this way are:
1499 …ve a prototype that is the same as the prototype of the function being intercepted, except that th…
1792 …e has been created. This should be an object where each function to be intercepted is defined as a…