Home
last modified time | relevance | path

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

/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp34 mFboProjectionMatrix = setUpProjectionMatrix(mFboWidth, mFboHeight); in GlowingScene()
148 delete mFboProjectionMatrix; in tearDown()
149 mFboProjectionMatrix = NULL; in tearDown()
189 mSceneGraphs[0]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Mesh in draw()
191 mSceneGraphs[1]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Blur in draw()
DGlowingScene.h45 Matrix* mFboProjectionMatrix; variable