Home
last modified time | relevance | path

Searched defs:grContext (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DCacheManagerTests.cpp31 static size_t getCacheUsage(GrDirectContext* grContext) { in getCacheUsage()
41 GrDirectContext* grContext = renderThread.getGrContext(); in RENDERTHREAD_TEST() local
DShaderCacheTests.cpp383 GrDirectContext* grContext = renderThread.getGrContext(); in RENDERTHREAD_TEST() local
/frameworks/base/libs/hwui/
DReadback.cpp120 sk_sp<GrDirectContext> grContext = mRenderThread.requireGrContext(); in copySurfaceInto() local
318 sk_sp<GrDirectContext> grContext = sk_ref_sp(mRenderThread.getGrContext()); in copyImageInto() local
DWebViewFunctorManager.cpp203 auto* grContext = renderthread::RenderThread::getInstance().getGrContext(); in destroyContext() local
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp137 GrDirectContext* grContext, const VulkanManager& vkManager, in Create()
348 GrDirectContext* grContext) in VulkanSurface()
DVulkanManager.cpp750 GrDirectContext* grContext, in createSurface()
761 status_t VulkanManager::fenceWait(int fence, GrDirectContext* grContext) { in fenceWait()
811 status_t VulkanManager::createReleaseFence(int* nativeFence, GrDirectContext* grContext) { in createReleaseFence()
DRenderThread.cpp291 sk_sp<GrDirectContext> grContext(GrDirectContexts::MakeGL(std::move(glInterface), options)); in requireGlContext() local
309 sk_sp<GrDirectContext> grContext = mVkManager->createContext(options); in requireVkContext() local
DDrawFrameTask.cpp147 if (GrDirectContext* grContext = mRenderThread->getGrContext()) { in run() local
DCanvasContext.cpp574 if (auto grContext = getGrContext()) { in draw() local
609 if (auto grContext = getGrContext()) { in draw() local
/frameworks/native/libs/renderengine/skia/
DGaneshVkRenderEngine.cpp79 sk_sp<GrDirectContext> grContext = context->grDirectContext(); in flushAndSubmit() local
DSkiaGLRenderEngine.cpp342 sk_sp<GrDirectContext> grContext = context->grDirectContext(); in flushAndSubmit() local
/frameworks/native/libs/renderengine/skia/compat/
DGaneshGpuContext.cpp65 GaneshGpuContext::GaneshGpuContext(sk_sp<GrDirectContext> grContext) : mGrContext(grContext) { in GaneshGpuContext()
DGaneshBackendTexture.cpp40 GaneshBackendTexture::GaneshBackendTexture(sk_sp<GrDirectContext> grContext, in GaneshBackendTexture()
/frameworks/base/libs/hwui/pipeline/skia/
DATraceMemoryDump.cpp128 void ATraceMemoryDump::logTraces(bool gpuMemoryIsAlreadyInDump, GrDirectContext* grContext) { in logTraces()
DSkiaDisplayList.cpp109 auto grContext = info.canvasContext.getGrContext(); in prepareListAndChildren() local