Searched refs:IsParallelAccessLocked (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/drawing/
H A DBitmapDrawingEngine.h20 virtual bool IsParallelAccessLocked() const;
H A DBitmapDrawingEngine.cpp24 BitmapDrawingEngine::IsParallelAccessLocked() const function in class:BitmapDrawingEngine
36 // See IsParallelAccessLocked().
H A DHWInterface.h66 bool IsParallelAccessLocked() const function in class:HWInterface
H A DDrawingEngine.h56 virtual bool IsParallelAccessLocked() const;
H A DDrawingEngine.cpp33 { if (!IsParallelAccessLocked()) debugger("not parallel locked!"); }
209 DrawingEngine::IsParallelAccessLocked() const function in class:DrawingEngine
211 return fGraphicsCard->IsParallelAccessLocked();

Completed in 101 milliseconds