OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 66 milliseconds