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

  /cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.h 43 Matrix* mFboModelMatrix;
GlowingScene.cpp 32 mFboModelMatrix = setUpModelMatrix();
144 delete mFboModelMatrix;
145 mFboModelMatrix = NULL;
188 mFboModelMatrix->identity();
189 mSceneGraphs[0]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Mesh
190 mFboModelMatrix->identity();
191 mSceneGraphs[1]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Blur

Completed in 311 milliseconds