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