Searched refs:mModelMatrix (Results 1 – 7 of 7) sorted by relevance
/cts/tests/openglperf2/jni/reference/scene/ |
D | Scene.cpp | 30 mModelMatrix = setUpModelMatrix(); in setUpContext() 31 if (mModelMatrix == NULL) { in setUpContext() 56 delete mModelMatrix; in tearDown() 57 mModelMatrix = NULL; in tearDown() 76 mModelMatrix->identity(); in drawSceneGraph() 77 mSceneGraphs[index]->drawProgram(*mModelMatrix, *mViewMatrix, *mProjectionMatrix); in drawSceneGraph()
|
D | Scene.h | 47 Matrix* mModelMatrix;
|
/cts/tests/openglperf2/jni/primitive/fullpipeline/ |
D | FullPipelineRenderer.cpp | 96 mModelMatrix(NULL), mViewMatrix(NULL), mProjectionMatrix(NULL), mMesh(NULL), in FullPipelineRenderer() 112 mModelMatrix = new Matrix(); in setUp() 179 delete mModelMatrix; in tearDown() 180 mModelMatrix = NULL; in tearDown() 203 mModelMatrix->identity(); in drawWorkload() 204 mSceneGraph->drawProgram(*mModelMatrix, *mViewMatrix, *mProjectionMatrix); in drawWorkload()
|
D | FullPipelineRenderer.h | 33 Matrix* mModelMatrix; variable
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/ |
D | ModelMatrixCalculator.java | 43 protected float[] mModelMatrix = new float[MATRIX_4X4]; field in ModelMatrixCalculator 59 Matrix.setIdentityM(mModelMatrix, 0); in ModelMatrixCalculator() 127 mModelMatrix = calculateModelMatrix(convertedTranslation, quaternion); in updateModelMatrix() 148 return mModelMatrix; in getModelMatrix()
|
D | ConeModelMatrixCalculator.java | 68 Matrix.multiplyMM(mModelMatrix, 0, translationMatrix, 0, rotationTransformation, 0); in updateModelMatrix()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/ |
D | Renderable.java | 43 private float[] mModelMatrix = new float[MathsUtils.MATRIX_4X4]; field in Renderable 65 return mModelMatrix; in getModelMatrix() 69 mModelMatrix = modelMatrix; in setModelMatrix()
|