Searched defs:projectionMatrix (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
H A DCustomFilterRenderer.cpp246 TransformationMatrix projectionMatrix; local
247 orthogonalProjectionMatrix(projectionMatrix, -0.5, 0.5, -0.5, 0.5);
249 projectionMatrix.toColumnMajorFloatArray(glProjectionMatrix);
/external/eigen/demos/opengl/
H A Dcamera.cpp232 const Matrix4f& Camera::projectionMatrix(void) const function in class:Camera
241 gpu.loadMatrix(projectionMatrix(),GL_PROJECTION);
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java200 protected Matrix4f projectionMatrix = new Matrix4f(); field in class:Camera
277 cam.projectionMatrix = projectionMatrix.clone();
341 this.projectionMatrix.set(cam.projectionMatrix);
371 * The cliPlane is used to recompute the projectionMatrix using the plane as the near plane
394 Matrix4f p = projectionMatrix.clone();
422 * The cliPlane is used to recompute the projectionMatrix using the plane as the near plane
1095 return projectionMatrix;
1105 //viewProjectionMatrix.set(viewMatrix).multLocal(projectionMatrix);
[all...]

Completed in 174 milliseconds