Home
last modified time | relevance | path

Searched refs:Orthox (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp274 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()
DlibGLES_CM.cpp3095 void GL_APIENTRY Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GL… in Orthox() function
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp1382 ANGLE_CAPTURE(Orthox, isCallValid, context, l, r, b, t, n, f); in GL_Orthox()