Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h42 {"glRotatef", (void*)glRotatef},
Dgl_client_context.h44 glRotatef_client_proc_t glRotatef; member
Dgl_client_context.cpp44 glRotatef = (glRotatef_client_proc_t) getProc("glRotatef", userData); in initDispatchByName()
Dgl_entry.cpp39 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
495 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() function
498 ctx->glRotatef(ctx, angle, x, y, z); in glRotatef()
Dgl_enc.cpp8961 this->glRotatef = &glRotatef_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h44 glRotatef_server_proc_t glRotatef; member
Dgles1_server_context.cpp44 glRotatef = (glRotatef_server_proc_t) getProc("glRotatef", userData); in initDispatchByName()
Dgles1_dec.cpp696 this->glRotatef(var_angle, var_x, var_y, var_z); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries52 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
Dgles1_only_dispatch_logging_wrappers.impl235 DISPATCH_DEBUG_LOG("glRotatef(angle:%f, x:%f, y:%f, z:%f)", angle, x, y, z);
Dgles12tr_internal.entries246 void glRotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h54 GL_APICALL void GL_APIENTRY glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
Dgles1_only_functions.h54 X(void, glRotatef, (GLfloat angle, GLfloat x, GLfloat y, GLfloat z), (angle, x, y, z)) \
Dgles12tr_internal.h248 X(void, glRotatef, (GLfloat angle, GLfloat x, GLfloat y, GLfloat z), (angle, x, y, z)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h416 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/include/GLES/
Dgl.h624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in32 GL_ENTRY(void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp1765 dispatcher().glRotatef(angle, x, y, z); in rotatef()
DGLEScmImp.cpp1819 GL_API void GL_APIENTRY glRotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z) { in glRotatef() function
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h147 X(void, glRotatef, (GLfloat angle, GLfloat x, GLfloat y, GLfloat z), (angle, x, y, z)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h883 GLAPI void GLAPIENTRY glRotatef( GLfloat angle,
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h921 GLAPI void GLAPIENTRY glRotatef( GLfloat angle,
Dgl_mangle.h1555 #define glRotatef MANGLE(Rotatef) macro