OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Projective3f
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/test/
openglsupport.cpp
152
VERIFY_MATRIX(glRotate(qf),
Projective3f
(qf).matrix());
156
VERIFY_MATRIX(glLoadMatrix(acf3),
Projective3f
(acf3).matrix());
157
VERIFY_MATRIX(glMultMatrix(acf3),
Projective3f
(acf3).matrix());
160
VERIFY_MATRIX(glLoadMatrix(af3),
Projective3f
(af3).matrix());
161
VERIFY_MATRIX(glMultMatrix(af3),
Projective3f
(af3).matrix());
164
VERIFY_MATRIX(glLoadMatrix(pf3),
Projective3f
(pf3).matrix());
165
VERIFY_MATRIX(glMultMatrix(pf3),
Projective3f
(pf3).matrix());
182
VERIFY_MATRIX(glTranslate(vf2),
Projective3f
(Translation3f(vf23)).matrix());
187
VERIFY_MATRIX(glTranslate(vf3),
Projective3f
(Translation3f(vf3)).matrix());
192
VERIFY_MATRIX(glTranslate(tf3),
Projective3f
(tf3).matrix())
[
all
...]
/external/eigen/test/
stdvector.cpp
141
CALL_SUBTEST_4(check_stdvector_transform(
Projective3f
()));
/external/eigen/Eigen/src/Geometry/
Transform.h
672
typedef Transform<float,3,Projective>
Projective3f
;
[
all
...]
Completed in 425 milliseconds