Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp322 void setSlopeDepthBias(float slopeBias);
DRenderer.cpp2638 void Renderer::setSlopeDepthBias(float slopeBias) in setSlopeDepthBias() function in sw::Renderer
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp81 setSlopeDepthBias(0.0f); in Device()
DContext.cpp2992 device->setSlopeDepthBias(mState.polygonOffsetFactor); in applyState()
2999 device->setSlopeDepthBias(0); in applyState()