Home
last modified time | relevance | path

Searched refs:isAbandonedOrDeviceLost (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/renderengine/skia/compat/
DGaneshGpuContext.h39 bool isAbandonedOrDeviceLost() override;
DGraphiteGpuContext.h41 bool isAbandonedOrDeviceLost() override;
DSkiaGpuContext.h103 virtual bool isAbandonedOrDeviceLost() = 0;
DGaneshGpuContext.cpp100 bool GaneshGpuContext::isAbandonedOrDeviceLost() { in isAbandonedOrDeviceLost() function in android::renderengine::skia::GaneshGpuContext
DGraphiteGpuContext.cpp109 bool GraphiteGpuContext::isAbandonedOrDeviceLost() { in isAbandonedOrDeviceLost() function in android::renderengine::skia::GraphiteGpuContext
/frameworks/native/libs/renderengine/skia/
DSkiaRenderEngine.cpp699 LOG_ALWAYS_FATAL_IF(context->isAbandonedOrDeviceLost(), in drawLayersInternal()