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

  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.h 38 virtual int stripToPurge(int height) const = 0;
GrRectanizer.cpp 33 virtual int stripToPurge(int height) const { return -1; }
GrRectanizer_fifo.cpp 33 virtual int stripToPurge(int height) const { return -1; }
  /external/skia/src/gpu/
GrRectanizer.h 38 virtual int stripToPurge(int height) const = 0;
GrRectanizer.cpp 33 virtual int stripToPurge(int height) const { return -1; }
GrRectanizer_fifo.cpp 33 virtual int stripToPurge(int height) const { return -1; }

Completed in 127 milliseconds