Home
last modified time | relevance | path

Searched refs:mProjectionMatrix (Results 1 – 9 of 9) sorted by relevance

/cts/tests/openglperf2/jni/reference/scene/
DScene.cpp38 mProjectionMatrix = setUpProjectionMatrix(mWidth, mHeight); in setUpContext()
39 if (mProjectionMatrix == NULL) { in setUpContext()
60 delete mProjectionMatrix; in tearDown()
61 mProjectionMatrix = NULL; in tearDown()
77 mSceneGraphs[index]->drawProgram(*mModelMatrix, *mViewMatrix, *mProjectionMatrix); in drawSceneGraph()
DScene.h49 Matrix* mProjectionMatrix; variable
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
DDrawParameters.java25 private float[] mProjectionMatrix; field in DrawParameters
30 mProjectionMatrix = projectionMatrix; in update()
43 return mProjectionMatrix; in getProjectionMatrix()
/cts/tests/openglperf2/jni/primitive/fullpipeline/
DFullPipelineRenderer.cpp96 mModelMatrix(NULL), mViewMatrix(NULL), mProjectionMatrix(NULL), mMesh(NULL), in FullPipelineRenderer()
142 mProjectionMatrix = Matrix::newFrustum(left, right, bottom, top, near, far); in setUp()
183 delete mProjectionMatrix; in tearDown()
184 mProjectionMatrix = NULL; in tearDown()
204 mSceneGraph->drawProgram(*mModelMatrix, *mViewMatrix, *mProjectionMatrix); in drawWorkload()
DFullPipelineRenderer.h35 Matrix* mProjectionMatrix; variable
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DRobustnessRenderer.java47 mProjectionMatrix = mFrustrumProjectionMatrix; in onSurfaceChanged()
73 mProjectionMatrix = mFrustrumProjectionMatrix; in doPreRenderingSetup()
81 mDrawParameters.update(mViewMatrix, mProjectionMatrix); in doTestSpecificRendering()
DAccuracyRenderer.java32 mProjectionMatrix = mOrthogonalProjectionMatrix; in doPreRenderingSetup()
DComplexMovementRenderer.java101 mProjectionMatrix = mOrthogonalProjectionMatrix; in doPreRenderingSetup()
136 mProjectionMatrix = mAugmentedRealityProjectMatrix; in renderAugmentedRealityObjects()
140 mDrawParameters.update(mViewMatrix, mProjectionMatrix, mLight); in renderAugmentedRealityObjects()
DBaseRenderer.java53 protected float[] mProjectionMatrix = new float[MATRIX_4X4]; field in BaseRenderer
166 mProjectionMatrix = mOrthogonalProjectionMatrix; in onSurfaceChanged()
182 mDrawParameters.update(mViewMatrix, mProjectionMatrix); in doCoreRendering()