Home
last modified time | relevance | path

Searched refs:mColorAttachment (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/mac/
DIOSurfaceSurfaceVkMac.mm117 ANGLE_TRY(mColorAttachment.initializeWithExternalMemory(
122 mColorRenderTarget.init(&mColorAttachment.image, &mColorAttachment.imageViews, nullptr, nullptr,
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp270 mColorAttachment(this), in OffscreenSurfaceVk()
273 mColorRenderTarget.init(&mColorAttachment.image, &mColorAttachment.imageViews, nullptr, nullptr, in OffscreenSurfaceVk()
303 ANGLE_TRY(mColorAttachment.initialize(displayVk, mWidth, mHeight, in initializeImpl()
306 mColorRenderTarget.init(&mColorAttachment.image, &mColorAttachment.imageViews, nullptr, in initializeImpl()
325 mColorAttachment.destroy(display); in destroy()
411 if (mColorAttachment.image.valid()) in initializeContents()
413 mColorAttachment.image.stageRobustResourceClear(imageIndex); in initializeContents()
414 ANGLE_TRY(mColorAttachment.image.flushAllStagedUpdates(contextVk)); in initializeContents()
427 return &mColorAttachment.image; in getColorAttachmentImage()
DSurfaceVk.h115 AttachmentImage mColorAttachment; variable