Searched refs:drawProgram (Results 1 – 5 of 5) sorted by relevance
/cts/tests/openglperf2/jni/graphics/ |
D | ProgramNode.h | 25 void drawProgram(Matrix& model, Matrix& view, Matrix& projection);
|
D | ProgramNode.cpp | 29 void ProgramNode::drawProgram(Matrix& model, Matrix& view, Matrix& projection) { in drawProgram() function in ProgramNode
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
D | GlowingScene.cpp | 189 mSceneGraphs[0]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Mesh in draw() 191 mSceneGraphs[1]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Blur in draw()
|
/cts/tests/openglperf2/jni/reference/scene/ |
D | Scene.cpp | 77 mSceneGraphs[index]->drawProgram(*mModelMatrix, *mViewMatrix, *mProjectionMatrix); in drawSceneGraph()
|
/cts/tests/openglperf2/jni/primitive/fullpipeline/ |
D | FullPipelineRenderer.cpp | 204 mSceneGraph->drawProgram(*mModelMatrix, *mViewMatrix, *mProjectionMatrix); in drawWorkload()
|