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.mm113 ANGLE_TRY(mColorAttachment.initializeWithExternalMemory(
117 mColorRenderTarget.init(&mColorAttachment.image, &mColorAttachment.imageViews, 0, 0);
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp222 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()
DSurfaceVk.h108 AttachmentImage mColorAttachment; variable