Home
last modified time | relevance | path

Searched refs:mClampDepth (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp624 mClampDepth = clampInfo->clampDepth; in RenderPipelineBase()
822 return mClampDepth; in ShouldClampDepth()
929 mPrimitive.cullMode, mClampDepth); in ComputeContentHash()
1046 a->mClampDepth != b->mClampDepth) { in operator ()()
DRenderPipeline.h137 bool mClampDepth = false; variable