Searched refs:mDepthStencilAttachment (Results 1 – 2 of 2) sorted by relevance
271 mDepthStencilAttachment(this) in OffscreenSurfaceVk()275 mDepthStencilRenderTarget.init(&mDepthStencilAttachment.image, in OffscreenSurfaceVk()276 &mDepthStencilAttachment.imageViews, nullptr, nullptr, in OffscreenSurfaceVk()312 ANGLE_TRY(mDepthStencilAttachment.initialize( in initializeImpl()315 mDepthStencilRenderTarget.init(&mDepthStencilAttachment.image, in initializeImpl()316 &mDepthStencilAttachment.imageViews, nullptr, nullptr, in initializeImpl()326 mDepthStencilAttachment.destroy(display); in destroy()417 if (mDepthStencilAttachment.image.valid()) in initializeContents()419 mDepthStencilAttachment.image.stageRobustResourceClear(imageIndex); in initializeContents()420 ANGLE_TRY(mDepthStencilAttachment.image.flushAllStagedUpdates(contextVk)); in initializeContents()
116 AttachmentImage mDepthStencilAttachment; variable