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

  /cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.h 45 Matrix* mFboProjectionMatrix;
GlowingScene.cpp 34 mFboProjectionMatrix = setUpProjectionMatrix(mFboWidth, mFboHeight);
148 delete mFboProjectionMatrix;
149 mFboProjectionMatrix = NULL;
189 mSceneGraphs[0]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Mesh
191 mSceneGraphs[1]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Blur

Completed in 7931 milliseconds