Searched refs:mColorAttachment (Results 1 – 3 of 3) sorted by relevance
113 ANGLE_TRY(mColorAttachment.initializeWithExternalMemory(117 mColorRenderTarget.init(&mColorAttachment.image, &mColorAttachment.imageViews, 0, 0);
222 mColorRenderTarget.init(&mColorAttachment.image, &mColorAttachment.imageViews, 0, 0); in OffscreenSurfaceVk()248 ANGLE_TRY(mColorAttachment.initialize( in initializeImpl()250 mColorRenderTarget.init(&mColorAttachment.image, &mColorAttachment.imageViews, 0, 0); in initializeImpl()266 mColorAttachment.destroy(display); in destroy()352 if (mColorAttachment.image.valid()) in initializeContents()354 mColorAttachment.image.stageSubresourceClear(imageIndex); in initializeContents()355 ANGLE_TRY(mColorAttachment.image.flushAllStagedUpdates(contextVk)); in initializeContents()368 return &mColorAttachment.image; in getColorAttachmentImage()
108 AttachmentImage mColorAttachment; variable