Searched refs:refract1 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 342 void refract1(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Float4 &src2);
|
D | PixelProgram.cpp | 255 case Shader::OPCODE_REFRACT1: refract1(d, s0, s1, s2.x); break; in applyShader()
|
D | VertexProgram.cpp | 175 case Shader::OPCODE_REFRACT1: refract1(d, s0, s1, s2.x); break; in program()
|
D | ShaderCore.cpp | 1388 void ShaderCore::refract1(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) in refract1() function in sw::ShaderCore
|