Home
last modified time | relevance | path

Searched refs:IsDepthBiasEnabled (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.h85 bool IsDepthBiasEnabled() const;
DRenderPipeline.cpp800 bool RenderPipelineBase::IsDepthBiasEnabled() const { in IsDepthBiasEnabled() function in dawn_native::RenderPipelineBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp305 if (IsDepthBiasEnabled()) { in ApplyNow()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp431 rasterization.depthBiasEnable = IsDepthBiasEnabled(); in Initialize()