Home
last modified time | relevance | path

Searched refs:esTranslate (Results 1 – 3 of 3) sorted by relevance

/external/libkmsxx/kmscube/
DesTransform.h70 void esTranslate(ESMatrix* result, GLfloat tx, GLfloat ty, GLfloat tz);
Dcube-gles2.cpp227 esTranslate(&modelview, 0.0f, 0.0f, -8.0f); in draw()
DesTransform.cpp67 void esTranslate(ESMatrix* result, GLfloat tx, GLfloat ty, GLfloat tz) in esTranslate() function