HomeSort by relevance Sort by last modified time
    Searched refs:fColorAttachmentView (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/vk/
GrVkRenderTarget.cpp 34 , fColorAttachmentView(colorAttachmentView)
61 , fColorAttachmentView(colorAttachmentView)
83 , fColorAttachmentView(colorAttachmentView)
105 , fColorAttachmentView(colorAttachmentView)
235 fCachedSimpleRenderPass, fColorAttachmentView,
274 SkASSERT(!fColorAttachmentView);
305 if (fColorAttachmentView) {
306 fColorAttachmentView->unref(gpu);
307 fColorAttachmentView = nullptr;
329 if (fColorAttachmentView) {
    [all...]
GrVkRenderTarget.h 42 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; }
127 const GrVkImageView* fColorAttachmentView;

Completed in 60 milliseconds