OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSceneGraphs
(Results
1 - 4
of
4
) sorted by null
/cts/tests/openglperf2/jni/reference/scene/
Scene.cpp
53
for (size_t i = 0; i <
mSceneGraphs
.size(); i++) {
54
delete
mSceneGraphs
[i];
68
for (size_t i = 0; i <
mSceneGraphs
.size(); i++) {
69
delete
mSceneGraphs
[i];
71
mSceneGraphs
.clear();
77
mSceneGraphs
[index]->drawProgram(*mModelMatrix, *mViewMatrix, *mProjectionMatrix);
Scene.h
45
std::vector<ProgramNode*>
mSceneGraphs
;
/cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.cpp
156
mSceneGraphs
.push_back(lightSceneGraph);
162
mSceneGraphs
.push_back(blurSceneGraph);
169
mSceneGraphs
.push_back(glowSceneGraph);
189
mSceneGraphs
[0]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Mesh
191
mSceneGraphs
[1]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Blur
/cts/tests/openglperf2/jni/reference/scene/flocking/
FlockingScene.cpp
144
mSceneGraphs
.push_back(mainSceneGraph);
173
mSceneGraphs
.push_back(waterSceneGraph);
Completed in 103 milliseconds