webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
gl::DebugAnnotator Class Referenceabstract

#include <debug.h>

Inheritance diagram for gl::DebugAnnotator:
angle::NonCopyable rx::DebugAnnotator11 rx::DebugAnnotator9

Public Member Functions

 DebugAnnotator ()
 
virtual ~DebugAnnotator ()
 
virtual void beginEvent (const wchar_t *eventName)=0
 
virtual void endEvent ()=0
 
virtual void setMarker (const wchar_t *markerName)=0
 
virtual bool getStatus ()=0
 

Constructor & Destructor Documentation

◆ DebugAnnotator()

gl::DebugAnnotator::DebugAnnotator ( )
inline

◆ ~DebugAnnotator()

virtual gl::DebugAnnotator::~DebugAnnotator ( )
inlinevirtual

Member Function Documentation

◆ beginEvent()

virtual void gl::DebugAnnotator::beginEvent ( const wchar_t *  eventName)
pure virtual

◆ endEvent()

virtual void gl::DebugAnnotator::endEvent ( )
pure virtual

◆ getStatus()

virtual bool gl::DebugAnnotator::getStatus ( )
pure virtual

◆ setMarker()

virtual void gl::DebugAnnotator::setMarker ( const wchar_t *  markerName)
pure virtual

The documentation for this class was generated from the following file: