/external/chromium-trace/trace-viewer/third_party/gl-matrix/ |
README.md | 0 glMatrix 8 glMatrix to the rescue! 10 glMatrix is designed to perform vector and matrix operations stupidly fast! By 12 usage patterns through API conventions, glMatrix will help you get the most out 17 For documentation, news, tutorials, and more visit the [glMatrix Homepage](http://glmatrix.net/
|
Rakefile | 21 include GLMatrix
|
package.json | 6 "homepage": "http://glmatrix.net",
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_matrix.h | 82 } GLmatrix; 88 _math_matrix_ctr( GLmatrix *m ); 91 _math_matrix_dtr( GLmatrix *m ); 94 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b ); 97 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b ); 100 _math_matrix_loadf( GLmatrix *mat, const GLfloat *m ); 103 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z ); 106 _math_matrix_rotate( GLmatrix *m, GLfloat angle [all...] |
m_matrix.c | 47 * Bitmasks to indicate different kinds of 4x4 matrices in GLmatrix::flags 105 * \param mat a pointer to a GLmatrix structure. 206 * \param mat pointer to a GLmatrix structure containing the left multiplication 214 static void matrix_multf( GLmatrix *mat, const GLfloat *m, GLuint flags ) 235 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b ) 258 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *m ) 291 * Dumps the contents of a GLmatrix structure. 293 * \param m pointer to the GLmatrix structure [all...] |
m_norm_tmp.h | 43 TAG(transform_normalize_normals)( const GLmatrix *mat, 110 TAG(transform_normalize_normals_no_rot)( const GLmatrix *mat, 175 TAG(transform_rescale_normals_no_rot)( const GLmatrix *mat, 204 TAG(transform_rescale_normals)( const GLmatrix *mat, 236 TAG(transform_normals_no_rot)( const GLmatrix *mat, 266 TAG(transform_normals)( const GLmatrix *mat, 296 TAG(normalize_normals)( const GLmatrix *mat, 342 TAG(rescale_normals)( const GLmatrix *mat,
|
m_debug_norm.c | 123 static void ref_norm_transform_rescale( const GLmatrix *mat, 146 static void ref_norm_transform_normalize( const GLmatrix *mat, 199 GLmatrix mat[1];
|
/external/mesa3d/src/mesa/math/ |
m_matrix.h | 82 } GLmatrix; 88 _math_matrix_ctr( GLmatrix *m ); 91 _math_matrix_dtr( GLmatrix *m ); 94 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b ); 97 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b ); 100 _math_matrix_loadf( GLmatrix *mat, const GLfloat *m ); 103 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z ); 106 _math_matrix_rotate( GLmatrix *m, GLfloat angle [all...] |
m_matrix.c | 47 * Bitmasks to indicate different kinds of 4x4 matrices in GLmatrix::flags 105 * \param mat a pointer to a GLmatrix structure. 206 * \param mat pointer to a GLmatrix structure containing the left multiplication 214 static void matrix_multf( GLmatrix *mat, const GLfloat *m, GLuint flags ) 235 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b ) 258 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *m ) 291 * Dumps the contents of a GLmatrix structure. 293 * \param m pointer to the GLmatrix structure [all...] |
m_norm_tmp.h | 43 TAG(transform_normalize_normals)( const GLmatrix *mat, 110 TAG(transform_normalize_normals_no_rot)( const GLmatrix *mat, 175 TAG(transform_rescale_normals_no_rot)( const GLmatrix *mat, 204 TAG(transform_rescale_normals)( const GLmatrix *mat, 236 TAG(transform_normals_no_rot)( const GLmatrix *mat, 266 TAG(transform_normals)( const GLmatrix *mat, 296 TAG(normalize_normals)( const GLmatrix *mat, 342 TAG(rescale_normals)( const GLmatrix *mat,
|
m_debug_norm.c | 123 static void ref_norm_transform_rescale( const GLmatrix *mat, 146 static void ref_norm_transform_normalize( const GLmatrix *mat, 199 GLmatrix mat[1];
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
common.js | 33 * @name glMatrix 35 var glMatrix = {}; 42 glMatrix.setMatrixArrayType = function(type) { 47 exports.glMatrix = glMatrix;
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/ |
gl-matrix.rb | 27 File.expand_path GLMatrix.base_path.join('spec/jasmine.yml') 34 GLMatrix.compile 39 module GLMatrix 47 GLMatrix::ReleaseHelper.release &block
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/ |
index.html | 6 <title>glMatrix Documentation</title>
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/ |
release.rake | 1 desc "tag and release gl-matrix v#{GLMatrix::VERSION}"
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
gen_matypes.c | 173 /* GLmatrix offsets: 175 OFFSET_HEADER( "GLmatrix" ); 177 OFFSET( "MATRIX_DATA ", GLmatrix, m ); 178 OFFSET( "MATRIX_INV ", GLmatrix, inv ); 179 OFFSET( "MATRIX_FLAGS ", GLmatrix, flags ); 180 OFFSET( "MATRIX_TYPE ", GLmatrix, type );
|
norm_args.h | 39 * typedef void (*normal_func)( CONST GLmatrix *mat,
|
/external/mesa3d/src/mesa/x86/ |
gen_matypes.c | 173 /* GLmatrix offsets: 175 OFFSET_HEADER( "GLmatrix" ); 177 OFFSET( "MATRIX_DATA ", GLmatrix, m ); 178 OFFSET( "MATRIX_INV ", GLmatrix, inv ); 179 OFFSET( "MATRIX_FLAGS ", GLmatrix, flags ); 180 OFFSET( "MATRIX_TYPE ", GLmatrix, type );
|
norm_args.h | 39 * typedef void (*normal_func)( CONST GLmatrix *mat,
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/ |
release_helper.rb | 23 module GLMatrix::ReleaseHelper 36 GLMatrix.base_path.to_s 76 GLMatrix::VERSION
|
version.rb | 21 module GLMatrix
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/ |
index.tmpl | 7 <title>glMatrix - Index</title>
|
allfiles.tmpl | 7 <title>glMatrix - File Index</title>
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/ |
gl-matrix.js.erb | 51 <%= GLMatrix.sprockets['gl-matrix-manifest.js'] %>
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
CustomFilterRenderer.cpp | 194 float glMatrix[16]; 195 matrix.toColumnMajorFloatArray(glMatrix); 196 m_context->uniformMatrix4fv(uniformLocation, 1, false, &glMatrix[0]);
|