Home
last modified time | relevance | path

Searched refs:Scalex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp294 void Scalex(GLfixed x, GLfixed y, GLfixed z);
1240 return es1::Scalex(x, y, z); in glScalex()
1559 this->glScalex = es1::Scalex; in LibGLES_CMexports()
DlibGLES_CM.cpp3497 void Scalex(GLfixed x, GLfixed y, GLfixed z) in Scalex() function