Searched refs:Frustumx (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 213 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()
|
D | libGLES_CM.cpp | 1712 void Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in Frustumx() function
|