Home
last modified time | relevance | path

Searched defs:isDeviceLost (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkGpu.h60 bool isDeviceLost() const override { return fDeviceIsLost; } in isDeviceLost() function
/external/skia/src/gpu/
DGrGpu.h87 virtual bool isDeviceLost() const { return false; } in isDeviceLost() function
/external/angle/src/libANGLE/
DDisplay.cpp1564 bool Display::isDeviceLost() const in isDeviceLost() function in egl::Display
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp834 bool RendererVk::isDeviceLost() const in isDeviceLost() function in rx::RendererVk