Lines Matching refs:textureView
97 sk_sp<const GrVkImageView>* textureView) {
118 *textureView = GrVkImageView::Make(gpu,
124 if (!*textureView) {
158 sk_sp<const GrVkImageView> textureView;
159 if (!make_views(gpu, info, attachmentUsages, &framebufferView, &textureView)) {
172 std::move(textureView),
185 sk_sp<const GrVkImageView> textureView;
187 if (!make_views(gpu, info, attachmentUsages, &framebufferView, &textureView)) {
202 std::move(textureView),
221 sk_sp<const GrVkImageView> textureView,
235 , fTextureView(std::move(textureView))
252 sk_sp<const GrVkImageView> textureView,
266 , fTextureView(std::move(textureView))