Searched refs:mFboWidth (Results 1 – 5 of 5) sorted by relevance
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
D | GlowingScene.cpp | 29 mFboWidth = GLUtils::roundUpToSmallestPowerOf2(width); in GlowingScene() 31 mFboRatio = mFboWidth / mFboHeight; in GlowingScene() 34 mFboProjectionMatrix = setUpProjectionMatrix(mFboWidth, mFboHeight); in GlowingScene() 164 mFboWidth, mFboHeight); in updateSceneGraphs() 187 glViewport(0, 0, mFboWidth, mFboHeight); in draw()
|
D | GlowingScene.h | 40 float mFboWidth; variable
|
/cts/tests/openglperf2/jni/graphics/ |
D | Renderer.cpp | 146 mFboWidth = FBO_SIZE; in setUp() 154 glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, mFboWidth, mFboHeight); in setUp() 159 mFboTexId = GLUtils::genTexture(mFboWidth, mFboHeight, 0); in setUp() 185 mFboWidth = 0; in setUp() 245 glViewport(0, 0, mFboWidth, mFboHeight); in draw()
|
D | Renderer.h | 43 int mFboWidth;// Frame buffer width variable
|
/cts/tests/openglperf2/jni/primitive/contextswitch/ |
D | ContextSwitchRenderer.cpp | 216 glViewport(0, 0, mFboWidth, mFboHeight); in drawWorkload() 237 glViewport(0, 0, mFboWidth, mFboHeight); in drawWorkload()
|