Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrGpu.h455 int transfersFromSurface() const { return fTransfersFromSurface; } in transfersFromSurface()
456 void incTransfersFromSurface() { fTransfersFromSurface++; } in incTransfersFromSurface()
493 int fTransfersFromSurface = 0; variable
DGrGpu.cpp769 out->appendf("Transfers from Surface: %d\n", fTransfersFromSurface); in dump()