Home
last modified time | relevance | path

Searched refs:fStencilAttachmentCreates (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrGpu.h389 int stencilAttachmentCreates() const { return fStencilAttachmentCreates; } in stencilAttachmentCreates()
390 void incStencilAttachmentCreates() { fStencilAttachmentCreates++; } in incStencilAttachmentCreates()
415 int fStencilAttachmentCreates = 0; variable
DGrGpu.cpp637 out->appendf("Stencil Buffer Creates: %d\n", fStencilAttachmentCreates); in dump()
/third_party/skia/src/gpu/
DGrGpu.h451 int stencilAttachmentCreates() const { return fStencilAttachmentCreates; } in stencilAttachmentCreates()
452 void incStencilAttachmentCreates() { fStencilAttachmentCreates++; } in incStencilAttachmentCreates()
487 int fStencilAttachmentCreates = 0; variable
DGrGpu.cpp770 out->appendf("Stencil Buffer Creates: %d\n", fStencilAttachmentCreates); in dump()