Home
last modified time | relevance | path

Searched refs:noClip (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/android/
DSkAndroidFrameworkUtils.cpp42 GrNoClip noClip; in clipWithStencil() local
52 rtc->drawRegion(noClip, std::move(grPaint), GrAA::kNo, SkMatrix::I(), clipRegion, in clipWithStencil()
/external/skia/tests/
DPathRendererCacheTests.cpp40 GrNoClip noClip; in draw_path() local
52 &noClip, in draw_path()
DTessellatingPathRendererTests.cpp716 GrNoClip noClip; in test_path() local
725 &noClip, in test_path()
DGrCCPRTest.cpp98 GrNoClip noClip; in drawPath() local
114 fCtx.get(), std::move(paint), &GrUserStencilSettings::kUnused, fRTC.get(), &noClip, in drawPath()
/external/skqp/tests/
DPathRendererCacheTests.cpp40 GrNoClip noClip; in draw_path() local
52 &noClip, in draw_path()
DTessellatingPathRendererTests.cpp650 GrNoClip noClip; in test_path() local
659 &noClip, in test_path()
DGrCCPRTest.cpp97 GrNoClip noClip; in drawPath() local
113 fCtx.get(), std::move(paint), &GrUserStencilSettings::kUnused, fRTC.get(), &noClip, in drawPath()
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp708 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/
DSkGpuDevice.cpp1659 GrNoClip noClip; in android_utils_clipWithStencil() local
1669 rtc->drawRegion(noClip, std::move(grPaint), GrAA::kNo, SkMatrix::I(), clipRegion, in android_utils_clipWithStencil()