Searched refs:glTranslatef (Results 1 - 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h48 {"glTranslatef", (void*)glTranslatef},
H A Dgl_client_context.h50 glTranslatef_client_proc_t glTranslatef; member in struct:gl_client_context_t
H A Dgl_client_context.cpp50 glTranslatef = (glTranslatef_client_proc_t) getProc("glTranslatef", userData);
H A Dgl_entry.cpp45 void glTranslatef(GLfloat x, GLfloat y, GLfloat z);
529 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) function
532 ctx->glTranslatef(ctx, x, y, z);
H A Dgl_enc.cpp8323 this->glTranslatef = &glTranslatef_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h57 {"glTranslatef", (void *)glTranslatef},
H A Dgles_dispatch.h60 glTranslatef_t glTranslatef; member in struct:gles_dispatch
332 glTranslatef_t set_glTranslatef(glTranslatef_t f) { glTranslatef_t retval = glTranslatef; glTranslatef = f; return retval;}
H A Dgles.cpp241 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) function
243 getDispatch()->glTranslatef(x, y, z);
/device/generic/goldfish/camera/
H A DEmulatedFakeRotatingCameraDevice.cpp248 glTranslatef(-eyeX, -eyeY, -eyeZ);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h630 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);

Completed in 49 milliseconds