OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matrix_load_identity
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
matrix.h
99
static INLINE void
matrix_load_identity
(struct matrix *matrix)
function
174
matrix_load_identity
(&trans_matrix);
189
matrix_load_identity
(&scale_matrix);
203
matrix_load_identity
(&shear_matrix);
230
matrix_load_identity
(&mat);
/external/mesa3d/src/gallium/state_trackers/vega/
matrix.h
99
static INLINE void
matrix_load_identity
(struct matrix *matrix)
function
174
matrix_load_identity
(&trans_matrix);
189
matrix_load_identity
(&scale_matrix);
203
matrix_load_identity
(&shear_matrix);
230
matrix_load_identity
(&mat);
Completed in 24 milliseconds