Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp212 void Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar…
830 return es1::Frustumf(left, right, bottom, top, zNear, zFar); in glFrustumf()
1482 this->glFrustumf = es1::Frustumf; in LibGLES_CMexports()
DlibGLES_CM.cpp1726 void Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in Frustumf() function
1745Frustumf((float)left / 0x10000, (float)right / 0x10000, (float)bottom / 0x10000, (float)top / 0x10… in Frustumx()