HomeSort by relevance Sort by last modified time
    Searched refs:mVpHeight (Results 1 - 6 of 6) sorted by null

  /external/eigen/demos/opengl/
camera.cpp 42 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.);
camera.h 55 inline uint vpHeight(void) const { return mVpHeight; }
100 uint mVpWidth, mVpHeight;
gpuhelper.cpp 22 mVpWidth = mVpHeight = 0;
gpuhelper.h 104 int mVpWidth, mVpHeight;
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.h 44 GLuint mVpHeight;
GLES20RenderEngine.cpp 43 mVpWidth(0), mVpHeight(0) {
123 mVpHeight = vph;
256 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, mVpWidth, mVpHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0);
267 group.height = mVpHeight;

Completed in 72 milliseconds