Searched refs:orthof (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 145 …void orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
|
D | GLEScmContext.h | 88 …void orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
|
D | GLEScmContext.cpp | 990 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()
|
D | CoreProfileEngine.cpp | 616 void CoreProfileEngine::orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zN… in orthof() function in CoreProfileEngine
|
D | GLEScmImp.cpp | 1726 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()
|