Home | History | Annotate | Download | only in vk

Lines Matching refs:tgt

818     sk_sp<GrVkRenderTarget> tgt = GrVkRenderTarget::MakeWrappedRenderTarget(this, desc, info);
819 if (tgt && wrapDesc.fStencilBits) {
820 if (!createStencilAttachmentForRenderTarget(tgt.get(), desc.fWidth, desc.fHeight)) {
824 return tgt;