Home
last modified time | relevance | path

Searched refs:setDepthBias (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/src/Renderer/
DRenderer.hpp365 void setDepthBias(float bias);
DRenderer.cpp2448 void Renderer::setDepthBias(float bias) in setDepthBias() function in sw::Renderer
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp90 setDepthBias(0.0f); in Device()
DContext.cpp1878 device->setDepthBias(depthBias); in applyState()
1884 device->setDepthBias(0); in applyState()
/external/swiftshader/src/OpenGL/libGL/
DDevice.cpp88 setDepthBias(0.0f); in Device()
DContext.cpp1865 device->setDepthBias(depthBias); in applyState()
1871 device->setDepthBias(0); in applyState()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp89 setDepthBias(0.0f); in Device()
DContext.cpp2852 device->setDepthBias(depthBias); in applyState()
2858 device->setDepthBias(0); in applyState()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp2613 renderer->setDepthBias(-2.0e-6f * value); in SetRenderState()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp3901 renderer->setDepthBias((float&)value); in SetRenderState()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp13876 …void setDepthBias( float depthBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor… in setDepthBias() function in vk::CommandBuffer
13883 …void setDepthBias( float depthBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor… in setDepthBias() function in vk::CommandBuffer