Searched refs:Orthof (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 273 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()
|
D | libGLES_CM.cpp | 3096 void Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in Orthof() function 3115 …Orthof((float)left / 0x10000, (float)right / 0x10000, (float)bottom / 0x10000, (float)top / 0x1000… in Orthox()
|