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

  /cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.h 44 Matrix* mFboViewMatrix;
GlowingScene.cpp 33 mFboViewMatrix = setUpViewMatrix();
146 delete mFboViewMatrix;
147 mFboViewMatrix = NULL;
189 mSceneGraphs[0]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Mesh
191 mSceneGraphs[1]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Blur

Completed in 232 milliseconds