Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp213 void Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar…
835 return es1::Frustumx(left, right, bottom, top, zNear, zFar); in glFrustumx()
1478 this->glFrustumx = es1::Frustumx; in LibGLES_CMexports()
DlibGLES_CM.cpp1712 void Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in Frustumx() function