Home
last modified time | relevance | path

Searched refs:orthof (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h145 …void orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
DGLEScmContext.h88 …void orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
DGLEScmContext.cpp990 void GLEScmContext::orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear,… in orthof() function in GLEScmContext
994 core().orthof(left, right, bottom, top, zNear, zFar); in orthof()
DCoreProfileEngine.cpp616 void CoreProfileEngine::orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zN… in orthof() function in CoreProfileEngine
DGLEScmImp.cpp1726 ctx->orthof(left,right,bottom,top,zNear,zFar); in glOrthof()
1732 ctx->orthof(X2F(left),X2F(right),X2F(bottom),X2F(top),X2F(zNear),X2F(zFar)); in glOrthox()