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

  /external/skia/src/gpu/
GrGpu.h 400 fStencilAttachmentCreates = 0;
415 void incStencilAttachmentCreates() { fStencilAttachmentCreates++; }
428 int fStencilAttachmentCreates;
  /external/skia/tools/gpu/
GrTest.cpp 146 out->appendf("Stencil Buffer Creates: %d\n", fStencilAttachmentCreates);

Completed in 97 milliseconds