Searched defs:createOrUpdateLayer (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h77 bool createOrUpdateLayer(RenderNode* node, const DamageAccumulator& dmgAccumulator) { function in class:android::uirenderer::renderthread::CanvasContext
78 return mRenderPipeline->createOrUpdateLayer(node, dmgAccumulator, mWideColorGamut);
103 * any state that may have been set during createOrUpdateLayer().
H A DOpenGLPipeline.cpp207 bool OpenGLPipeline::createOrUpdateLayer(RenderNode* node, function in class:android::uirenderer::renderthread::OpenGLPipeline
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp133 bool SkiaPipeline::createOrUpdateLayer(RenderNode* node, function in class:android::uirenderer::skiapipeline::SkiaPipeline

Completed in 97 milliseconds