OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shear_matrix
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
matrix.h
202
struct matrix
shear_matrix
;
local
203
matrix_load_identity(&
shear_matrix
);
204
shear_matrix
.m[1] = shy;
205
shear_matrix
.m[3] = shx;
206
matrix_mult(dst, &
shear_matrix
);
/external/mesa3d/src/gallium/state_trackers/vega/
matrix.h
202
struct matrix
shear_matrix
;
local
203
matrix_load_identity(&
shear_matrix
);
204
shear_matrix
.m[1] = shy;
205
shear_matrix
.m[3] = shx;
206
matrix_mult(dst, &
shear_matrix
);
Completed in 86 milliseconds