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

  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_fifo.cpp 16 class GrRectanizerFIFO : public GrRectanizer {
18 GrRectanizerFIFO(int w, int h) : GrRectanizer(w, h) {
24 virtual ~GrRectanizerFIFO() {
68 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) {
120 return SkNEW_ARGS(GrRectanizerFIFO, (width, height));
  /external/skia/src/gpu/
GrRectanizer_fifo.cpp 16 class GrRectanizerFIFO : public GrRectanizer {
18 GrRectanizerFIFO(int w, int h) : GrRectanizer(w, h) {
24 virtual ~GrRectanizerFIFO() {
68 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) {
120 return SkNEW_ARGS(GrRectanizerFIFO, (width, height));

Completed in 120 milliseconds