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

  /cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.h 40 float mFboWidth;
GlowingScene.cpp 29 mFboWidth = GLUtils::roundUpToSmallestPowerOf2(width);
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 43 int mFboWidth;// Frame buffer width
Renderer.cpp 146 mFboWidth = FBO_SIZE;
154 glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, mFboWidth, mFboHeight);
159 mFboTexId = GLUtils::genTexture(mFboWidth, mFboHeight, 0);
185 mFboWidth = 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 42 milliseconds