Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp274 void Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1140 return es1::Orthox(left, right, bottom, top, zNear, zFar); in glOrthox()
1539 this->glOrthox = es1::Orthox; in LibGLES_CMexports()
DlibGLES_CM.cpp3095 void Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in Orthox() function