Searched refs:Orthox (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 274 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()
|
D | libGLES_CM.cpp | 3095 void Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in Orthox() function
|