Home
last modified time | relevance | path

Searched refs:IsLost (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferDD.cpp145 if(frontBuffer->IsLost() || backBuffer->IsLost()) in readySurfaces()
152 if(!frontBuffer->IsLost() && !backBuffer->IsLost()) in readySurfaces()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp484 if (IsLost()) { in APISetLoggingCallback()
498 if (IsLost()) { in APISetUncapturedErrorCallback()
512 if (IsLost()) { in APISetDeviceLostCallback()
574 bool DeviceBase::IsLost() const { in IsLost() function in dawn_native::DeviceBase
DBuffer.cpp306 if (GetDevice()->IsLost()) { in CallMapCallback()
DDevice.h309 bool IsLost() const;