Searched refs:Frustumf (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 212 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()
|
D | libGLES_CM.cpp | 1726 void Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in Frustumf() function 1745 …Frustumf((float)left / 0x10000, (float)right / 0x10000, (float)bottom / 0x10000, (float)top / 0x10… in Frustumx()
|