Searched refs:esTranslate (Results 1 – 3 of 3) sorted by relevance
70 void esTranslate(ESMatrix* result, GLfloat tx, GLfloat ty, GLfloat tz);
227 esTranslate(&modelview, 0.0f, 0.0f, -8.0f); in draw()
67 void esTranslate(ESMatrix* result, GLfloat tx, GLfloat ty, GLfloat tz) in esTranslate() function