Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpu.h426 int transfersFromSurface() const { return fTransfersFromSurface; } in transfersFromSurface()
427 void incTransfersFromSurface() { fTransfersFromSurface++; } in incTransfersFromSurface()
464 int fTransfersFromSurface = 0; variable
DGrGpu.cpp722 out->appendf("Transfers from Surface: %d\n", fTransfersFromSurface); in dump()