Home
last modified time | relevance | path

Searched refs:renderFrameImpl (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.h102 void renderFrameImpl(const SkRect& clip,
H A DSkiaPipeline.cpp468 renderFrameImpl(clip, nodes, opaque, contentDrawBounds, canvas, preTransform); in renderFrame()
486 void SkiaPipeline::renderFrameImpl(const SkRect& clip, in renderFrameImpl() function in android::uirenderer::skiapipeline::SkiaPipeline
707 renderFrameImpl(clip, nodes, true, contentDrawBounds, &overdrawCanvas, preTransform); in renderOverdraw()