Searched refs:Orthox (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 274 void GL_APIENTRY Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GL… 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 GL_APIENTRY Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GL… in Orthox() function
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1382 ANGLE_CAPTURE(Orthox, isCallValid, context, l, r, b, t, n, f); in GL_Orthox()
|