Home | History | Annotate | Download | only in samplecode

Lines Matching full:attachmentinfo

202         AttachmentInfo attachmentInfo;
203 bool result = win->attach(fBackend, msaaSampleCount, &attachmentInfo);
310 AttachmentInfo attachmentInfo;
311 win->attach(fBackend, fMSAASampleCount, &attachmentInfo);
313 fCurRenderTarget = win->renderTarget(attachmentInfo, fCurIntf, fCurContext);