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.cpp228 esTranslate(&modelview, 0.0f, 0.0f, -8.0f); in draw()
DesTransform.c69 esTranslate(ESMatrix *result, GLfloat tx, GLfloat ty, GLfloat tz) in esTranslate() function