Searched refs:invalidateAttachment (Results 1 – 2 of 2) sorted by relevance
249 …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…
1505 …array_view<uint32_t> invalidateAttachment, const RenderPassDesc& rpd, const RenderPassSubpassDesc&… in InvalidateDepthStencil() argument1528 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() argument1556 … invalidateAttachment[static_cast<size_t>(colorCount)] = GL_COLOR_ATTACHMENT0 + ci; in InvalidateColor()