Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/vk/
DVulkanSharedContext.h49 bool isDeviceLost() const override { in isDeviceLost() function
/external/skia/src/gpu/graphite/
DSharedContext.h59 virtual bool isDeviceLost() const { return false; } in isDeviceLost() function
DContext.cpp828 bool Context::isDeviceLost() const { in isDeviceLost() function in skgpu::graphite::Context
/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.h109 bool isDeviceLost() const override { return fDeviceIsLost; } in isDeviceLost() function
/external/skia/src/gpu/ganesh/
DGrGpu.h105 virtual bool isDeviceLost() const { return false; } in isDeviceLost() function
DGrDirectContext.cpp181 bool GrDirectContext::isDeviceLost() { in isDeviceLost() function in GrDirectContext
/external/angle/src/libANGLE/
DDisplay.cpp2000 bool Display::isDeviceLost() const in isDeviceLost() function in egl::Display
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_renderer.cpp2179 bool Renderer::isDeviceLost() const in isDeviceLost() function in rx::vk::Renderer