Searched refs:noClip (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/android/ |
D | SkAndroidFrameworkUtils.cpp | 42 GrNoClip noClip; in clipWithStencil() local 52 rtc->drawRegion(noClip, std::move(grPaint), GrAA::kNo, SkMatrix::I(), clipRegion, in clipWithStencil()
|
/external/skia/tests/ |
D | PathRendererCacheTests.cpp | 40 GrNoClip noClip; in draw_path() local 52 &noClip, in draw_path()
|
D | TessellatingPathRendererTests.cpp | 716 GrNoClip noClip; in test_path() local 725 &noClip, in test_path()
|
D | GrCCPRTest.cpp | 98 GrNoClip noClip; in drawPath() local 114 fCtx.get(), std::move(paint), &GrUserStencilSettings::kUnused, fRTC.get(), &noClip, in drawPath()
|
/external/skqp/tests/ |
D | PathRendererCacheTests.cpp | 40 GrNoClip noClip; in draw_path() local 52 &noClip, in draw_path()
|
D | TessellatingPathRendererTests.cpp | 650 GrNoClip noClip; in test_path() local 659 &noClip, in test_path()
|
D | GrCCPRTest.cpp | 97 GrNoClip noClip; in drawPath() local 113 fCtx.get(), std::move(paint), &GrUserStencilSettings::kUnused, fRTC.get(), &noClip, in drawPath()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.cpp | 708 bool noClip = blitArea == destArea && stretch[0] == 1.0f && stretch[1] == 1.0f; in blit() local 741 bool canBlitWithCommand = !isResolve && noClip && in blit() 791 bool canBlitWithCommand = !isResolve && noClip && in blit()
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1659 GrNoClip noClip; in android_utils_clipWithStencil() local 1669 rtc->drawRegion(noClip, std::move(grPaint), GrAA::kNo, SkMatrix::I(), clipRegion, in android_utils_clipWithStencil()
|