Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRectanizerPow2.h23 class GrRectanizerPow2 final : public GrRectanizer {
25 GrRectanizerPow2(int w, int h) : INHERITED(w, h) { in GrRectanizerPow2() function
29 ~GrRectanizerPow2() final {} in ~GrRectanizerPow2()
DGrRectanizerPow2.cpp10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
DGrDynamicAtlas.cpp108 : fNodeAllocator.make<GrRectanizerPow2>(width, height); in makeNode()
/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/skqp/tests/
DGpuRectanizerTest.cpp53 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight); in test_pow2()
/external/skia/tests/
DGpuRectanizerTest.cpp53 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight); in test_pow2()
/external/skia/bench/
DRectanizerBench.cpp79 fRectanizer = std::make_unique<GrRectanizerPow2>(kWidth, kHeight); in onDelayedSetup()
/external/skqp/bench/
DRectanizerBench.cpp77 fRectanizer.reset(new GrRectanizerPow2(kWidth, kHeight)); in onDelayedSetup()
/external/skia/samplecode/
DSampleRectanizer.cpp51 std::unique_ptr<GrRectanizer>(new GrRectanizerPow2(kWidth, kHeight))); in RectanizerView()
/external/skqp/samplecode/
DSampleRectanizer.cpp51 std::unique_ptr<GrRectanizer>(new GrRectanizerPow2(kWidth, kHeight))); in RectanizerView()
/external/skia/gn/
Dgpu.gni171 "$_src/gpu/GrRectanizerPow2.cpp",
172 "$_src/gpu/GrRectanizerPow2.h",
/external/skia/
DAndroid.bp487 "src/gpu/GrRectanizerPow2.cpp",
1471 "src/gpu/GrRectanizerPow2.cpp",