Searched refs:RandRWrapper (Results 1 – 1 of 1) sorted by relevance
38 class RandRWrapper class58 RandRWrapper(Display*);59 ~RandRWrapper();61 static RandRWrapper& get(Display*);111 void RandRWrapper::initFromModule() in initFromModule()137 RandRWrapper::RandRWrapper( Display* pDisplay ) : in RandRWrapper() function in __anon77d85c710111::RandRWrapper172 RandRWrapper::~RandRWrapper() in ~RandRWrapper()178 static RandRWrapper* pWrapper = NULL;180 RandRWrapper& RandRWrapper::get( Display* i_pDisplay ) in get()183 pWrapper = new RandRWrapper( i_pDisplay ); in get()[all …]