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()
1564 this->glScalex = es1::Scalex; in LibGLES_CMexports()
DlibGLES_CM.cpp3515 void Scalex(GLfixed x, GLfixed y, GLfixed z) in Scalex() function