Searched refs:mColorAttachment (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/mac/ |
D | IOSurfaceSurfaceVkMac.mm | 117 ANGLE_TRY(mColorAttachment.initializeWithExternalMemory( 122 mColorRenderTarget.init(&mColorAttachment.image, &mColorAttachment.imageViews, nullptr, nullptr,
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.cpp | 270 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()
|
D | SurfaceVk.h | 115 AttachmentImage mColorAttachment; variable
|