Searched refs:matrix2 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | projtex.c | 95 /* matrix2 = transpose(matrix1) */ 97 matrixTranspose(GLfloat matrix2[16], GLfloat matrix1[16]) argument 99 matrix2[0] = matrix1[0]; 100 matrix2[1] = matrix1[4]; 101 matrix2[2] = matrix1[8]; 102 matrix2[3] = matrix1[12]; 104 matrix2[4] = matrix1[1]; 105 matrix2[5] = matrix1[5]; 106 matrix2[6] = matrix1[9]; 107 matrix2[ [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/ |
| H A D | sp.c | 263 VGfloat matrix2[] = { local in function:init_character 276 fill_color, stroke_color, swidth, matrix2); 409 VGfloat matrix2[] = { local in function:init_character 415 add_object_fillm(segments, ELEMENTS(segments), coords, color, matrix2); 435 VGfloat matrix2[] = { local in function:init_character 441 add_object_fillm(segments, ELEMENTS(segments), coords, color, matrix2);
|
Completed in 5 milliseconds