Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/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.cpp8967 this->glTranslatef = &glTranslatef_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h50 glTranslatef_server_proc_t glTranslatef; member
Dgles1_server_context.cpp50 glTranslatef = (glTranslatef_server_proc_t) getProc("glTranslatef", userData); in initDispatchByName()
Dgles1_dec.cpp812 this->glTranslatef(var_x, var_y, var_z); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries64 void glTranslatef(GLfloat x, GLfloat y, GLfloat z);
Dgles1_only_dispatch_logging_wrappers.impl295 DISPATCH_DEBUG_LOG("glTranslatef(x:%f, y:%f, z:%f)", x, y, z);
Dgles12tr_internal.entries288 void glTranslatef( GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h66 GL_APICALL void GL_APIENTRY glTranslatef(GLfloat x, GLfloat y, GLfloat z);
Dgles1_only_functions.h66 X(void, glTranslatef, (GLfloat x, GLfloat y, GLfloat z), (x, y, z)) \
Dgles12tr_internal.h290 X(void, glTranslatef, (GLfloat x, GLfloat y, GLfloat z), (x, y, z)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h630 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h422 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/include/GLES/
Dgl.h630 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in38 GL_ENTRY(void, glTranslatef, GLfloat x, GLfloat y, GLfloat z)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp1787 dispatcher().glTranslatef(x, y, z); in translatef()
DGLEScmImp.cpp2159 GL_API void GL_APIENTRY glTranslatef( GLfloat x, GLfloat y, GLfloat z) { in glTranslatef() function
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h159 X(void, glTranslatef, (GLfloat x, GLfloat y, GLfloat z), (x, y, z)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h890 GLAPI void GLAPIENTRY glTranslatef( GLfloat x, GLfloat y, GLfloat z );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h928 GLAPI void GLAPIENTRY glTranslatef( GLfloat x, GLfloat y, GLfloat z );
Dgl_mangle.h1802 #define glTranslatef MANGLE(Translatef) macro