Searched refs:fMSAAAttachmentCreates (Results 1 – 2 of 2) sorted by relevance
454 int msaaAttachmentCreates() const { return fMSAAAttachmentCreates; } in msaaAttachmentCreates()455 void incMSAAAttachmentCreates() { fMSAAAttachmentCreates++; } in incMSAAAttachmentCreates()488 int fMSAAAttachmentCreates = 0; variable
771 out->appendf("MSAA Attachment Creates: %d\n", fMSAAAttachmentCreates); in dump()