Home
last modified time | relevance | path

Searched refs:getRenderPipelineType (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.cpp102 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL) { in createReleaseFence()
123 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL) { in fenceWait()
230 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaVulkan) { in clear()
242 LOG_ALWAYS_FATAL_IF(Properties::getRenderPipelineType() != RenderPipelineType::SkiaVulkan); in releaseQueueOwnership()
H A DProperties.h247 static RenderPipelineType getRenderPipelineType();
H A DAutoBackendTextureRelease.cpp97 LOG_ALWAYS_FATAL_IF(Properties::getRenderPipelineType() != RenderPipelineType::SkiaVulkan); in releaseQueueOwnership()
H A DHardwareBitmapUploader.cpp387 bool usingGL = uirenderer::Properties::getRenderPipelineType() == in allocateHardwareBitmap()
420 bool usingGL = uirenderer::Properties::getRenderPipelineType() == in initialize()
H A DProperties.cpp201 RenderPipelineType Properties::getRenderPipelineType() { in getRenderPipelineType() function in android::uirenderer::Properties
H A DProfileData.cpp169 mPipelineType = Properties::getRenderPipelineType(); in reset()
H A DWebViewFunctorManager.cpp60 auto pipelineType = Properties::getRenderPipelineType(); in WebViewFunctor_queryPlatformRenderMode()
H A DReadback.cpp291 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL) { in copyImageInto()
H A DRecordingCanvas.cpp526 if (Properties::getRenderPipelineType() != RenderPipelineType::SkiaVulkan) { in needsCompositedLayer()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp295 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL) { in destroyRenderingContext()
314 switch (auto renderType = Properties::getRenderPipelineType()) { in pipelineToString()
359 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL) { in requireGrContext()
462 auto renderType = Properties::getRenderPipelineType(); in allocateHardwareBitmap()
479 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL) { in preload()
H A DCacheManager.cpp182 const char* layerType = Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL in dumpMemoryUsage()
H A DCanvasContext.cpp77 auto renderType = Properties::getRenderPipelineType(); in create()
95 auto renderType = Properties::getRenderPipelineType(); in invokeFunctor()
/aosp12/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp57 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL) { in createTextureLayerUpdater()
102 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaVulkan) { in run()
H A DTestUtils.h55 RenderPipelineType oldType = Properties::getRenderPipelineType(); \
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaRecordingCanvas.cpp151 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaVulkan) { in drawRenderNode()
166 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaVulkan) { in drawWebViewFunctor()