/hardware/google/gfxstream/guest/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 | 8967 this->glTranslatef = &glTranslatef_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 50 glTranslatef_server_proc_t glTranslatef; member
|
D | gles1_server_context.cpp | 50 glTranslatef = (glTranslatef_server_proc_t) getProc("glTranslatef", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 812 this->glTranslatef(var_x, var_y, var_z); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 64 void glTranslatef(GLfloat x, GLfloat y, GLfloat z);
|
D | gles1_only_dispatch_logging_wrappers.impl | 295 DISPATCH_DEBUG_LOG("glTranslatef(x:%f, y:%f, z:%f)", x, y, z);
|
D | gles12tr_internal.entries | 288 void glTranslatef( GLfloat x, GLfloat y, GLfloat z);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 66 GL_APICALL void GL_APIENTRY glTranslatef(GLfloat x, GLfloat y, GLfloat z);
|
D | gles1_only_functions.h | 66 X(void, glTranslatef, (GLfloat x, GLfloat y, GLfloat z), (x, y, z)) \
|
D | gles12tr_internal.h | 290 X(void, glTranslatef, (GLfloat x, GLfloat y, GLfloat z), (x, y, z)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 630 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 422 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 630 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 38 GL_ENTRY(void, glTranslatef, GLfloat x, GLfloat y, GLfloat z)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 1787 dispatcher().glTranslatef(x, y, z); in translatef()
|
D | GLEScmImp.cpp | 2159 GL_API void GL_APIENTRY glTranslatef( GLfloat x, GLfloat y, GLfloat z) { in glTranslatef() function
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 159 X(void, glTranslatef, (GLfloat x, GLfloat y, GLfloat z), (x, y, z)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 890 GLAPI void GLAPIENTRY glTranslatef( GLfloat x, GLfloat y, GLfloat z );
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 928 GLAPI void GLAPIENTRY glTranslatef( GLfloat x, GLfloat y, GLfloat z );
|
D | gl_mangle.h | 1802 #define glTranslatef MANGLE(Translatef) macro
|