HomeSort by relevance Sort by last modified time
    Searched refs:fStencilAttachmentCreates (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrGpu.h 403 fStencilAttachmentCreates = 0;
418 void incStencilAttachmentCreates() { fStencilAttachmentCreates++; }
431 int fStencilAttachmentCreates;
  /external/skqp/src/gpu/
GrGpu.h 409 fStencilAttachmentCreates = 0;
424 void incStencilAttachmentCreates() { fStencilAttachmentCreates++; }
437 int fStencilAttachmentCreates;
  /external/skia/tools/gpu/
GrTest.cpp 175 out->appendf("Stencil Buffer Creates: %d\n", fStencilAttachmentCreates);
  /external/skqp/tools/gpu/
GrTest.cpp 171 out->appendf("Stencil Buffer Creates: %d\n", fStencilAttachmentCreates);

Completed in 76 milliseconds