Home
last modified time | relevance | path

Searched refs:fMSAAAttachmentCreates (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrGpu.h454 int msaaAttachmentCreates() const { return fMSAAAttachmentCreates; } in msaaAttachmentCreates()
455 void incMSAAAttachmentCreates() { fMSAAAttachmentCreates++; } in incMSAAAttachmentCreates()
488 int fMSAAAttachmentCreates = 0; variable
DGrGpu.cpp771 out->appendf("MSAA Attachment Creates: %d\n", fMSAAAttachmentCreates); in dump()