Home
last modified time | relevance | path

Searched refs:purgeUnlockedScratchResources (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/renderengine/skia/compat/
DGaneshGpuContext.h42 void purgeUnlockedScratchResources() override;
DGraphiteGpuContext.h51 void purgeUnlockedScratchResources() override{}; in purgeUnlockedScratchResources() function
DSkiaGpuContext.h108 virtual void purgeUnlockedScratchResources() = 0;
DGaneshGpuContext.cpp108 void GaneshGpuContext::purgeUnlockedScratchResources() { in purgeUnlockedScratchResources() function in android::renderengine::skia::GaneshGpuContext
/frameworks/native/libs/renderengine/skia/
DSkiaRenderEngine.cpp327 getActiveContext()->purgeUnlockedScratchResources(); in useProtectedContext()