Searched refs:Orthof (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 273 void GL_APIENTRY Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GL… 1135 return es1::Orthof(left, right, bottom, top, zNear, zFar); in glOrthof() 1538 this->glOrthof = es1::Orthof; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 3078 void GL_APIENTRY Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GL… in Orthof() function 3097 …Orthof((float)left / 0x10000, (float)right / 0x10000, (float)bottom / 0x10000, (float)top / 0x1000… in Orthox()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1359 ANGLE_CAPTURE(Orthof, isCallValid, context, l, r, b, t, n, f); in GL_Orthof()
|