Home
last modified time | relevance | path

Searched refs:glTranslatef (Results 1 – 12 of 12) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h57 {"glTranslatef", (void *)glTranslatef},
Dgles_dispatch.h60 glTranslatef_t glTranslatef; member
332 …t set_glTranslatef(glTranslatef_t f) { glTranslatef_t retval = glTranslatef; glTranslatef = f; ret… in set_glTranslatef()
Dgles.cpp241 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) in glTranslatef() function
243 getDispatch()->glTranslatef(x, y, z); in glTranslatef()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h48 {"glTranslatef", (void*)glTranslatef},
Dgl_client_context.h50 glTranslatef_client_proc_t glTranslatef; member
Dgl_client_context.cpp50 glTranslatef = (glTranslatef_client_proc_t) getProc("glTranslatef", userData); in initDispatchByName()
Dgl_entry.cpp45 void glTranslatef(GLfloat x, GLfloat y, GLfloat z);
531 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) in glTranslatef() function
534 ctx->glTranslatef(ctx, x, y, z); in glTranslatef()
Dgl_enc.cpp8409 this->glTranslatef = &glTranslatef_enc; in gl_encoder_context_t()
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp245 glTranslatef(-eyeX, -eyeY, -eyeZ); in gluLookAt()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries45 void glTranslatef(GLfloat x, GLfloat y, GLfloat z);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h630 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in38 GL_ENTRY(void, glTranslatef, GLfloat x, GLfloat y, GLfloat z)