Searched refs:clamp01 (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | mathutil.h | 51 using sw::clamp01;
|
D | libGLES_CM.cpp | 125 context->setAlphaFunc(func, clamp01(ref)); in AlphaFunc() 3494 context->setSampleCoverageParams(es1::clamp01(value), invert == GL_TRUE); in SampleCoverage() 3712 …context->setTextureEnvColor(clamp01(params[0]), clamp01(params[1]), clamp01(params[2]), clamp01(pa… in TexEnvfv()
|
D | Device.cpp | 192 z = clamp01(z); in clearDepth()
|
D | Context.cpp | 1741 float zNear = clamp01(mState.zNear); in applyRenderTarget() 1742 float zFar = clamp01(mState.zFar); in applyRenderTarget() 2676 float depth = clamp01(mState.depthClearValue); in clear()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | mathutil.h | 51 using sw::clamp01;
|
D | Context.cpp | 1668 float zNear = clamp01(mState.zNear); in applyRenderTarget() 1669 float zFar = clamp01(mState.zFar); in applyRenderTarget() 2391 float depth = clamp01(mState.depthClearValue); in clear() 3206 device->setAlphaReference(gl::clamp01(ref)); in alphaFunc()
|
D | Device.cpp | 227 z = clamp01(z); in clearDepth()
|
D | libGL.cpp | 382 …context->setBlendColor(gl::clamp01(red), gl::clamp01(green), gl::clamp01(blue), gl::clamp01(alpha)… in glBlendColor() 3925 context->setSampleCoverageParams(gl::clamp01(value), invert == GL_TRUE); in glSampleCoverage()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | mathutil.h | 53 using sw::clamp01;
|
D | Context.cpp | 2685 float zNear = clamp01(mState.zNear); in applyRenderTarget() 2686 float zFar = clamp01(mState.zFar); in applyRenderTarget() 3307 float depth = clamp01(mState.depthClearValue); in clear() 3370 float depth = clamp01(value); in clearDepthBuffer()
|
D | Device.cpp | 224 z = clamp01(z); in clearDepth()
|
D | libGLESv2.cpp | 405 …context->setBlendColor(es2::clamp01(red), es2::clamp01(green), es2::clamp01(blue), es2::clamp01(al… in BlendColor() 4753 context->setSampleCoverageParams(es2::clamp01(value), invert == GL_TRUE); in SampleCoverage()
|
/external/swiftshader/src/Common/ |
D | Math.hpp | 181 inline float clamp01(float x) in clamp01() function
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.cpp | 391 z = sw::clamp01(z); in Clear()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9.cpp | 437 z = sw::clamp01(z); in Clear()
|