Home
last modified time | relevance | path

Searched refs:GrRectanizerPow2 (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/
DGrRectanizer_pow2.h21 class GrRectanizerPow2 : public GrRectanizer {
23 GrRectanizerPow2(int w, int h) : INHERITED(w, h) { in GrRectanizerPow2() function
27 ~GrRectanizerPow2() override {} in ~GrRectanizerPow2()
DGrRectanizer_pow2.cpp10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
/external/skia/src/gpu/
DGrRectanizer_pow2.h21 class GrRectanizerPow2 : public GrRectanizer {
23 GrRectanizerPow2(int w, int h) : INHERITED(w, h) { in GrRectanizerPow2() function
27 ~GrRectanizerPow2() override {} in ~GrRectanizerPow2()
DGrRectanizer_pow2.cpp10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
/external/skia/tests/
DGpuRectanizerTest.cpp53 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight); in test_pow2()
/external/skqp/tests/
DGpuRectanizerTest.cpp53 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight); in test_pow2()
/external/skqp/bench/
DRectanizerBench.cpp77 fRectanizer.reset(new GrRectanizerPow2(kWidth, kHeight)); in onDelayedSetup()
/external/skia/bench/
DRectanizerBench.cpp77 fRectanizer.reset(new GrRectanizerPow2(kWidth, kHeight)); in onDelayedSetup()
/external/skqp/samplecode/
DSampleRectanizer.cpp51 std::unique_ptr<GrRectanizer>(new GrRectanizerPow2(kWidth, kHeight))); in RectanizerView()
/external/skia/samplecode/
DSampleRectanizer.cpp51 std::unique_ptr<GrRectanizer>(new GrRectanizerPow2(kWidth, kHeight))); in RectanizerView()