Home | History | Annotate | Download | only in libGLES_CM

Lines Matching full:scalef

3480 void Scalef(GLfloat x, GLfloat y, GLfloat z)
3494 Scalef((float)x / 0x10000, (float)y / 0x10000, (float)z / 0x10000);