Home
last modified time | relevance | path

Searched refs:occlusionCuller (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DDrawContext.cpp91 void DrawContext::snapDrawPass(Recorder* recorder, const BoundsManager* occlusionCuller) { in snapDrawPass() argument
98 occlusionCuller); in snapDrawPass()
106 const BoundsManager* occlusionCuller) { in snapRenderPassTask()
107 this->snapDrawPass(recorder, occlusionCuller); in snapRenderPassTask()
105 snapRenderPassTask(Recorder* recorder, const BoundsManager* occlusionCuller) snapRenderPassTask() argument
H A DDrawContext.h78 // If 'occlusionCuller' is null, then culling is skipped when converting the DrawList into a
82 void snapDrawPass(Recorder*, const BoundsManager* occlusionCuller);
93 sk_sp<Task> snapRenderPassTask(Recorder*, const BoundsManager* occlusionCuller);
H A DDrawPass.cpp159 const BoundsManager* occlusionCuller) { in Make()
184 if (occlusionCuller && occlusionCuller->isOccluded(draw.fClip.drawBounds(), in Make()
154 Make(Recorder* recorder, std::unique_ptr<DrawList> draws, sk_sp<TextureProxy> target, std::pair<LoadOp, StoreOp> ops, std::array<float, 4> clearColor, const BoundsManager* occlusionCuller) Make() argument
H A DDrawPass.h48 const BoundsManager* occlusionCuller);

Completed in 3 milliseconds