Searched refs:glTranslatef (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 57 {"glTranslatef", (void *)glTranslatef},
|
D | gles_dispatch.h | 60 glTranslatef_t glTranslatef; member 332 …t set_glTranslatef(glTranslatef_t f) { glTranslatef_t retval = glTranslatef; glTranslatef = f; ret… in set_glTranslatef()
|
D | gles.cpp | 241 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/ |
D | gl_ftable.h | 48 {"glTranslatef", (void*)glTranslatef},
|
D | gl_client_context.h | 50 glTranslatef_client_proc_t glTranslatef; member
|
D | gl_client_context.cpp | 50 glTranslatef = (glTranslatef_client_proc_t) getProc("glTranslatef", userData); in initDispatchByName()
|
D | gl_entry.cpp | 45 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()
|
D | gl_enc.cpp | 8409 this->glTranslatef = &glTranslatef_enc; in gl_encoder_context_t()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeRotatingCameraDevice.cpp | 245 glTranslatef(-eyeX, -eyeY, -eyeZ); in gluLookAt()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 45 void glTranslatef(GLfloat x, GLfloat y, GLfloat z);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 630 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 38 GL_ENTRY(void, glTranslatef, GLfloat x, GLfloat y, GLfloat z)
|