HomeSort by relevance Sort by last modified time
    Searched defs:colorAttachmentView (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/vk/
GrVkTextureRenderTarget.cpp 81 const GrVkImageView* colorAttachmentView;
86 colorAttachmentView = imageView;
87 colorAttachmentView->ref();
89 colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat,
91 if (!colorAttachmentView) {
105 colorAttachmentView,
111 colorAttachmentView);
GrVkRenderTarget.h 42 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; }
75 const GrVkImageView* colorAttachmentView,
83 const GrVkImageView* colorAttachmentView,
91 const GrVkImageView* colorAttachmentView);
97 const GrVkImageView* colorAttachmentView,
GrVkRenderTarget.cpp 27 const GrVkImageView* colorAttachmentView,
34 , fColorAttachmentView(colorAttachmentView)
53 const GrVkImageView* colorAttachmentView,
61 , fColorAttachmentView(colorAttachmentView)
78 const GrVkImageView* colorAttachmentView)
83 , fColorAttachmentView(colorAttachmentView)
99 const GrVkImageView* colorAttachmentView,
105 , fColorAttachmentView(colorAttachmentView)
161 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat,
163 if (!colorAttachmentView) {
    [all...]

Completed in 91 milliseconds