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

  /cts/tests/openglperf2/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/tests/openglperf2/jni/graphics/
Renderer.h 44 int mFboHeight;// Frame buffer height
Renderer.cpp 147 mFboHeight = FBO_SIZE;
154 glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, mFboWidth, mFboHeight);
159 mFboTexId = GLUtils::genTexture(mFboWidth, mFboHeight, 0);
186 mFboHeight = 0;
245 glViewport(0, 0, mFboWidth, mFboHeight);
  /cts/tests/openglperf2/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 216 glViewport(0, 0, mFboWidth, mFboHeight);
237 glViewport(0, 0, mFboWidth, mFboHeight);

Completed in 271 milliseconds