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

  /cts/tests/openglperf2/jni/graphics/
ProgramNode.h 25 void drawProgram(Matrix& model, Matrix& view, Matrix& projection);
ProgramNode.cpp 29 void ProgramNode::drawProgram(Matrix& model, Matrix& view, Matrix& projection) {
  /cts/tests/openglperf2/jni/reference/scene/
Scene.cpp 77 mSceneGraphs[index]->drawProgram(*mModelMatrix, *mViewMatrix, *mProjectionMatrix);
  /cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.cpp 189 mSceneGraphs[0]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Mesh
191 mSceneGraphs[1]->drawProgram(*mFboModelMatrix, *mFboViewMatrix, *mFboProjectionMatrix); // Blur
  /cts/tests/openglperf2/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp 204 mSceneGraph->drawProgram(*mModelMatrix, *mViewMatrix, *mProjectionMatrix);

Completed in 3409 milliseconds