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

/external/eigen/demos/opengl/
H A Dcamera.cpp41 mVpWidth = other.mVpWidth;
69 mVpWidth = width;
77 mVpWidth = width;
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.h54 inline uint vpWidth(void) const { return mVpWidth; }
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 93 milliseconds