Lines Matching refs:mat4
40 const mat4& Daltonizer::operator()() { in operator ()()
50 mColorTransform = mat4(); in update()
55 const mat4 rgb2xyz( 0.4124, 0.2126, 0.0193, 0, in update()
61 const mat4 xyz2lms( 0.7328,-0.7036, 0.0030, 0, in update()
67 const mat4 rgb2lms(xyz2lms*rgb2xyz); in update()
70 const mat4 lms2rgb(inverse(rgb2lms)); in update()
99 const mat4 lms2lmsp( 0.0000, 0.0000, 0.0000, 0, in update()
105 const mat4 lms2lmsd( 1.0000, -p0.x / p0.y, 0.0000, 0, in update()
111 const mat4 lms2lmst( 1.0000, 0.0000, -p1.x / p1.z, 0, in update()
123 const mat4 errp( 1.0, 0.7, 0.7, 0, in update()
129 const mat4 errd( 1.0, 0.0, 0.0, 0, in update()
135 const mat4 errt( 1.0, 0.0, 0.0, 0, in update()
145 mat4 simulation; in update()
149 mat4 correction(0); in update()