Searched defs:ProfileDdiFunc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.h84 VBoxDispProfileSet ProfileDdiFunc; member in struct:VBOXWDDMDISP_ADAPTER
222 VBoxDispProfileSet ProfileDdiFunc; member in struct:VBOXWDDMDISP_DEVICE
H A DVBoxDispD3D.cpp44 VBoxDispProfileSet ProfileDdiFunc; member in struct:VBOXDISPPROFILE_GLOBAL
72 # define VBOXDISPPROFILE_DDI_FUNCTION_LOGGER_PROLOGUE_DEV(_pObj) VBOXDISPPROFILE_FUNCTION_LOGGER_DEFINE((_pObj)->ProfileDdiFunc, VBoxDispProfileDevicePostProcess, VBoxDispProfileDevicePostProcess(_pObj))
73 # define VBOXDISPPROFILE_DDI_FUNCTION_LOGGER_PROLOGUE_BASE(_pObj) VBOXDISPPROFILE_FUNCTION_LOGGER_DEFINE((_pObj)->ProfileDdiFunc, VBoxDispProfileDummyPostProcess, VBoxDispProfileDummyPostProcess())
75 (_pObj)->ProfileDdiFunc.dump(_pObj); \
78 (_pObj)->ProfileDdiFunc.resetEntries();\
87 if (!((_pObj)->ProfileDdiFunc.reportIteration() % VBOXDISPPROFILE_DDI_DUMP_FRAME_COUNT) /*&& !VBOXVDBG_IS_DWM()*/) {\
165 (_pObj)->ProfileDdiFunc = VBoxDispProfileSet(_name); \

Completed in 62 milliseconds