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

  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_pow2.h 19 class GrRectanizerPow2 : public GrRectanizer {
21 GrRectanizerPow2(int w, int h) : INHERITED(w, h) {
25 virtual ~GrRectanizerPow2() { }
GrRectanizer_pow2.cpp 11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) {
59 // return SkNEW_ARGS(GrRectanizerPow2, (width, height));
  /external/skia/src/gpu/
GrRectanizer_pow2.h 19 class GrRectanizerPow2 : public GrRectanizer {
21 GrRectanizerPow2(int w, int h) : INHERITED(w, h) {
25 virtual ~GrRectanizerPow2() { }
GrRectanizer_pow2.cpp 11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) {
59 // return SkNEW_ARGS(GrRectanizerPow2, (width, height));
  /external/chromium_org/third_party/skia/tests/
GpuRectanizerTest.cpp 55 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight);
  /external/skia/tests/
GpuRectanizerTest.cpp 55 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight);
  /external/chromium_org/third_party/skia/bench/
RectanizerBench.cpp 79 fRectanizer.reset(SkNEW_ARGS(GrRectanizerPow2, (kWidth, kHeight)));
  /external/skia/bench/
RectanizerBench.cpp 79 fRectanizer.reset(SkNEW_ARGS(GrRectanizerPow2, (kWidth, kHeight)));
  /external/chromium_org/third_party/skia/samplecode/
SampleRectanizer.cpp 20 // Pow2 -> GrRectanizerPow2
48 fRectanizers[0] = new GrRectanizerPow2(kWidth, kHeight);
  /external/skia/samplecode/
SampleRectanizer.cpp 20 // Pow2 -> GrRectanizerPow2
48 fRectanizers[0] = new GrRectanizerPow2(kWidth, kHeight);

Completed in 677 milliseconds