Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp213 void GL_APIENTRY Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, …
835 return es1::Frustumx(left, right, bottom, top, zNear, zFar); in glFrustumx()
1478 this->glFrustumx = es1::Frustumx; in LibGLES_CMexports()
DlibGLES_CM.cpp1712 void GL_APIENTRY Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, … in Frustumx() function
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp477 ANGLE_CAPTURE(Frustumx, isCallValid, context, l, r, b, t, n, f); in GL_Frustumx()