Home
last modified time | relevance | path

Searched refs:noClip (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DTextureOpTest.cpp107 GrAppliedClip noClip = GrAppliedClip::Disabled(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
109 &noClip, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
110 chain1.appendOp(std::move(opB), GrProcessorSet::EmptySetAnalysis(), nullptr, &noClip, *caps, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
121 &noClip, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
122 chain2.appendOp(std::move(opD), GrProcessorSet::EmptySetAnalysis(), nullptr, &noClip, *caps, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp1099 bool noClip = blitArea == destArea && stretch[0] == 1.0f && stretch[1] == 1.0f; in blit() local
1138 bool canBlitWithCommand = !isColorResolve && noClip && in blit()
1243 bool canBlitWithCommand = !isDepthStencilResolve && noClip && in blit()

Completed in 5 milliseconds