Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanSharedContext.h50 bool isDeviceLost() const override { in isDeviceLost() function
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DSharedContext.h60 virtual bool isDeviceLost() const { return false; } in isDeviceLost() function
H A DContext.cpp816 bool Context::isDeviceLost() const { in isDeviceLost() function in skgpu::graphite::Context
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkGpu.h109 bool isDeviceLost() const override { return fDeviceIsLost; } in isDeviceLost() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGpu.h105 virtual bool isDeviceLost() const { return false; } in isDeviceLost() function
H A DGrDirectContext.cpp181 bool GrDirectContext::isDeviceLost() { in isDeviceLost() function in GrDirectContext
/aosp_15_r20/external/angle/src/libANGLE/
H A DDisplay.cpp2006 bool Display::isDeviceLost() const in isDeviceLost() function in egl::Display
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_renderer.cpp1884 bool Renderer::isDeviceLost() const in isDeviceLost() function in rx::vk::Renderer