Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp273 void Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
1135 return es1::Orthof(left, right, bottom, top, zNear, zFar); in glOrthof()
1539 this->glOrthof = es1::Orthof; in LibGLES_CMexports()
DlibGLES_CM.cpp3096 void Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in Orthof() function
3115Orthof((float)left / 0x10000, (float)right / 0x10000, (float)bottom / 0x10000, (float)top / 0x1000… in Orthox()