Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h290 bool attachmentCleared_[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT] = { false }; variable
H A Drender_backend_gles.cpp1369 if (!attachmentCleared_[index]) { in DoSubPass()
1370 attachmentCleared_[index] = true; in DoSubPass()
1379 if (!attachmentCleared_[sb.depthAttachmentIndex]) { in DoSubPass()
1380 attachmentCleared_[sb.depthAttachmentIndex] = true; in DoSubPass()
1468 attachmentCleared_[i] = false; in RenderCommandBeginRenderPass()