OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFboHeight
(Results
1 - 5
of
5
) sorted by null
/cts/suite/pts/deviceTests/opengl/jni/reference/scene/glowing/
GlowingScene.h
41
float
mFboHeight
;
GlowingScene.cpp
30
mFboHeight
= GLUtils::roundUpToSmallestPowerOf2(height);
31
mFboRatio = mFboWidth /
mFboHeight
;
34
mFboProjectionMatrix = setUpProjectionMatrix(mFboWidth,
mFboHeight
);
164
mFboWidth,
mFboHeight
);
187
glViewport(0, 0, mFboWidth,
mFboHeight
);
/cts/suite/pts/deviceTests/opengl/jni/graphics/
Renderer.h
45
int
mFboHeight
;// Frame buffer height
Renderer.cpp
131
mFboHeight
= FBO_SIZE;
138
glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, mFboWidth,
mFboHeight
);
143
mFboTexId = GLUtils::genTexture(mFboWidth,
mFboHeight
, 0);
170
mFboHeight
= 0;
243
glViewport(0, 0, mFboWidth,
mFboHeight
);
/cts/suite/pts/deviceTests/opengl/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp
209
glViewport(0, 0, mFboWidth,
mFboHeight
);
227
glViewport(0, 0, mFboWidth,
mFboHeight
);
Completed in 101 milliseconds