Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpu.h432 int msaaAttachmentCreates() const { return fMSAAAttachmentCreates; } in msaaAttachmentCreates()
433 void incMSAAAttachmentCreates() { fMSAAAttachmentCreates++; } in incMSAAAttachmentCreates()
466 int fMSAAAttachmentCreates = 0; variable
DGrGpu.cpp724 out->appendf("MSAA Attachment Creates: %d\n", fMSAAAttachmentCreates); in dump()