OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_math_matrix_scale
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/math/
m_matrix.h
110
_math_matrix_scale
( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
m_matrix.c
1065
_math_matrix_scale
( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z )
function
[
all
...]
/external/mesa3d/src/mesa/main/
matrix.c
433
* Flushes the vertices and calls
_math_matrix_scale
() with the top-most
443
_math_matrix_scale
( ctx->CurrentStack->Top, x, y, z);
Completed in 1410 milliseconds