Searched refs:mFboViewMatrix (Results 1 – 2 of 2) sorted by relevance
33 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()
44 Matrix* mFboViewMatrix; variable