Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h249 …int32_t InvalidateColor(BASE_NS::array_view<uint32_t> invalidateAttachment, const RenderPassDesc& …
251 …int32_t InvalidateDepthStencil(BASE_NS::array_view<uint32_t> invalidateAttachment, const RenderPas…
H A Drender_backend_gles.cpp1505 …array_view<uint32_t> invalidateAttachment, const RenderPassDesc& rpd, const RenderPassSubpassDesc&… in InvalidateDepthStencil() argument
1528 invalidateAttachment[0] = GL_DEPTH_STENCIL_ATTACHMENT; in InvalidateDepthStencil()
1531 invalidateAttachment[0] = GL_STENCIL_ATTACHMENT; in InvalidateDepthStencil()
1534 invalidateAttachment[0] = GL_DEPTH_ATTACHMENT; in InvalidateDepthStencil()
1544 …array_view<uint32_t> invalidateAttachment, const RenderPassDesc& rpd, const RenderPassSubpassDesc&… in InvalidateColor() argument
1556invalidateAttachment[static_cast<size_t>(colorCount)] = GL_COLOR_ATTACHMENT0 + ci; in InvalidateColor()