Home
last modified time | relevance | path

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

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