Searched refs:overlayAllocated (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/graphics/3dfx/
H A DDriverInterface.h143 int32 overlayAllocated; // non-zero if overlay is allocated member in struct:SharedInfo
/haiku/src/add-ons/accelerants/3dfx/
H A Doverlay.cpp263 if (atomic_or(&si.overlayAllocated, 1) != 0) {
285 atomic_and(&si.overlayAllocated, 0); // mark overlay as unallocated
/haiku/src/add-ons/accelerants/ati/
H A Doverlay.cpp253 if (atomic_or(&si.overlayAllocated, 1) != 0) {
277 atomic_and(&si.overlayAllocated, 0); // mark overlay as unallocated
/haiku/headers/private/graphics/ati/
H A DDriverInterface.h219 int32 overlayAllocated; // non-zero if overlay is allocated member in struct:SharedInfo

Completed in 83 milliseconds