Searched refs:mFboModelMatrix (Results 1 – 2 of 2) sorted by relevance
32 mFboModelMatrix = setUpModelMatrix(); in GlowingScene()144 delete mFboModelMatrix; in tearDown()145 mFboModelMatrix = NULL; in tearDown()188 mFboModelMatrix->identity(); in draw()189 mSceneGraphs[0]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Mesh in draw()190 mFboModelMatrix->identity(); in draw()191 mSceneGraphs[1]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Blur in draw()
43 Matrix* mFboModelMatrix; variable