Home
last modified time | relevance | path

Searched refs:mFboViewMatrix (Results 1 – 2 of 2) sorted by relevance

/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp33 mFboViewMatrix = setUpViewMatrix(); in GlowingScene()
146 delete mFboViewMatrix; in tearDown()
147 mFboViewMatrix = NULL; in tearDown()
189 mSceneGraphs[0]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Mesh in draw()
191 mSceneGraphs[1]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Blur in draw()
DGlowingScene.h44 Matrix* mFboViewMatrix; variable