Home
last modified time | relevance | path

Searched defs:glFrustumx (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.hpp103 …void (*glFrustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe… member in LibGLES_CMexports
Dmain.cpp833 GL_API void GL_APIENTRY glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixe… in glFrustumx() function
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java287 public void glFrustumx(int left, int right, int bottom, int top, in glFrustumx() method in GLErrorLogger.ErrorLoggingGL