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