Searched refs:fromValues (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/ |
D | quat.js | 59 var xUnitVec3 = vec3.fromValues(1,0,0); 60 var yUnitVec3 = vec3.fromValues(0,1,0); 137 quat.fromValues = vec4.fromValues;
|
D | vec3.js | 64 vec3.fromValues = function(x, y, z) { function 684 var tempA = vec3.fromValues(a[0], a[1], a[2]); 685 var tempB = vec3.fromValues(b[0], b[1], b[2]);
|
D | vec2.js | 61 vec2.fromValues = function(x, y) { function
|
D | vec4.js | 67 vec4.fromValues = function(x, y, z, w) { function
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/ |
D | gl-matrix.js | 2733 var xUnitVec3 = vec3.fromValues(1,0,0); 2734 var yUnitVec3 = vec3.fromValues(0,1,0); 2811 quat.fromValues = vec4.fromValues; 3297 vec3.fromValues = function(x, y, z) { 3917 var tempA = vec3.fromValues(a[0], a[1], a[2]); 3918 var tempB = vec3.fromValues(b[0], b[1], b[2]); 4015 vec4.fromValues = function(x, y, z, w) { 4552 vec2.fromValues = function(x, y) {
|
D | gl-matrix-min.js | 28 …fromValues(1,0,0),r=u.fromValues(0,1,0);return function(a,e,o){var c=u.dot(e,o);return-.999999>c?(…
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/ |
D | quat-spec.js | 328 beforeEach(function() { result = quat.fromValues(1, 2, 3, 4); });
|
D | vec4-spec.js | 40 beforeEach(function() { result = vec4.fromValues(1, 2, 3, 4); });
|
D | vec2-spec.js | 39 beforeEach(function() { result = vec2.fromValues(1, 2); });
|
D | vec3-spec.js | 174 beforeEach(function() { result = vec3.fromValues(1, 2, 3); });
|