Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp239 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL) { in destroyRenderingContext()
257 auto renderType = Properties::getRenderPipelineType(); in dumpGraphicsMemory()
408 auto renderType = Properties::getRenderPipelineType(); in allocateHardwareBitmap()
425 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL) { in preload()
DCacheManager.cpp189 const char* layerType = Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL in dumpMemoryUsage()
DCanvasContext.cpp65 auto renderType = Properties::getRenderPipelineType(); in create()
83 auto renderType = Properties::getRenderPipelineType(); in invokeFunctor()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp116 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaVulkan) { in drawRenderNode()
131 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaVulkan) { in callDrawGLFunction()
144 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaVulkan) { in drawWebViewFunctor()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp57 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL) { in createTextureLayerUpdater()
102 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaVulkan) { in run()
DTestUtils.h54 RenderPipelineType oldType = Properties::getRenderPipelineType(); \
/frameworks/base/libs/hwui/tests/unit/
DCanvasContextTests.cpp49 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaVulkan) { in RENDERTHREAD_TEST()
/frameworks/base/libs/hwui/
DProperties.h218 ANDROID_API static RenderPipelineType getRenderPipelineType();
DHardwareBitmapUploader.cpp378 bool usingGL = uirenderer::Properties::getRenderPipelineType() == in allocateHardwareBitmap()
411 bool usingGL = uirenderer::Properties::getRenderPipelineType() == in initialize()
DWebViewFunctorManager.cpp30 auto pipelineType = Properties::getRenderPipelineType(); in WebViewFunctor_queryPlatformRenderMode()
DProperties.cpp186 RenderPipelineType Properties::getRenderPipelineType() { in getRenderPipelineType() function in android::uirenderer::Properties
DReadback.cpp109 if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL) { in copyImageInto()
/frameworks/base/libs/hwui/surfacetexture/
DImageConsumer.cpp211 if (uirenderer::Properties::getRenderPipelineType() == in dequeueImage()
231 if (uirenderer::Properties::getRenderPipelineType() == in dequeueImage()