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

/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dmat4.js704 * Generates a frustum matrix with the given bounds
706 * @param {mat4} out mat4 frustum matrix will be written into
707 * @param {Number} left Left bound of the frustum
708 * @param {Number} right Right bound of the frustum
709 * @param {Number} bottom Bottom bound of the frustum
710 * @param {Number} top Top bound of the frustum
711 * @param {Number} near Near bound of the frustum
712 * @param {Number} far Far bound of the frustum
715 mat4.frustum = function (out, left, right, bottom, top, near, far) {
741 * @param {mat4} out mat4 frustum matri
[all...]
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DMatrix.cpp68 Matrix4 Matrix4::frustum(float l, float r, float b, float t, float n, float f) function in class:Matrix4
80 return frustum(-frustumWidth, frustumWidth, -frustumHeight, frustumHeight, nearZ, farZ);
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
H A Dgl-matrix.js3187 * Generates a frustum matrix with the given bounds
3189 * @param {mat4} out mat4 frustum matrix will be written into
3190 * @param {Number} left Left bound of the frustum
3191 * @param {Number} right Right bound of the frustum
3192 * @param {Number} bottom Bottom bound of the frustum
3193 * @param {Number} top Top bound of the frustum
3194 * @param {Number} near Near bound of the frustum
3195 * @param {Number} far Far bound of the frustum
3198 mat4.frustum = function (out, left, right, bottom, top, near, far) {
3224 * @param {mat4} out mat4 frustum matri
[all...]

Completed in 224 milliseconds