Searched refs:VBoxDispProfileScopeLogger (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispProfile.h210 template<typename T, typename P> class VBoxDispProfileScopeLogger class
213 VBoxDispProfileScopeLogger(T *pEntry, P PostProcess) : function in class:VBoxDispProfileScopeLogger
221 ~VBoxDispProfileScopeLogger()
395 VBoxDispProfileScopeLogger<VBoxDispProfileEntry, _T> __vboxDispProfileFunctionLogger(__pVBoxDispProfileEntry, _v);
403 VBoxDispProfileScopeLogger<VBoxDispProfileEntry, _T> __vboxDispProfileFunctionLogger(__pVBoxDispProfileEntry, _v);
416 VBoxDispProfileScopeLogger<VBoxDispProfileFpsCounter, _T> __vboxDispProfileStatisticLogger(_p, _v);
H A DVBoxDispD3D.cpp4735 VBoxDispProfileScopeLogger<VBoxDispProfileEntry> profilePresentCbLogger(pDevice->ProfileDdiPresentCb.alloc("pfnPresentCb"));

Completed in 267 milliseconds