Searched refs:mVpHeight (Results 1 - 4 of 4) sorted by relevance

/external/eigen/demos/opengl/
H A Dcamera.cpp42 mVpHeight = other.mVpHeight;
70 mVpHeight = height;
78 mVpHeight = height;
216 float aspect = float(mVpWidth)/float(mVpHeight);
257 Vector3f a(2.*uv.x()/float(mVpWidth)-1., 2.*uv.y()/float(mVpHeight)-1., 1.);
H A Dcamera.h55 inline uint vpHeight(void) const { return mVpHeight; }
100 uint mVpWidth, mVpHeight; member in class:Camera
H A Dgpuhelper.cpp22 mVpWidth = mVpHeight = 0;
H A Dgpuhelper.h104 int mVpWidth, mVpHeight; member in class:GpuHelper

Completed in 104 milliseconds