OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVpWidth
(Results
1 - 6
of
6
) sorted by null
/external/eigen/demos/opengl/
camera.cpp
41
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.);
camera.h
54
inline uint vpWidth(void) const { return
mVpWidth
; }
100
uint
mVpWidth
, mVpHeight;
gpuhelper.cpp
22
mVpWidth
= mVpHeight = 0;
gpuhelper.h
104
int
mVpWidth
, mVpHeight;
/frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.h
42
GLuint
mVpWidth
;
GLES20RenderEngine.cpp
39
mVpWidth
(0), mVpHeight(0) {
88
mVpWidth
= vpw;
222
glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA,
mVpWidth
, mVpHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0);
232
group.width =
mVpWidth
;
Completed in 107 milliseconds