/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 42 {"glRotatef", (void*)glRotatef},
|
D | gl_client_context.h | 44 glRotatef_client_proc_t glRotatef; member
|
D | gl_client_context.cpp | 44 glRotatef = (glRotatef_client_proc_t) getProc("glRotatef", userData); in initDispatchByName()
|
D | gl_entry.cpp | 39 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()
|
D | gl_enc.cpp | 8961 this->glRotatef = &glRotatef_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 44 glRotatef_server_proc_t glRotatef; member
|
D | gles1_server_context.cpp | 44 glRotatef = (glRotatef_server_proc_t) getProc("glRotatef", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 696 this->glRotatef(var_angle, var_x, var_y, var_z); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 52 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
D | gles1_only_dispatch_logging_wrappers.impl | 235 DISPATCH_DEBUG_LOG("glRotatef(angle:%f, x:%f, y:%f, z:%f)", angle, x, y, z);
|
D | gles12tr_internal.entries | 246 void glRotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 54 GL_APICALL void GL_APIENTRY glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
D | gles1_only_functions.h | 54 X(void, glRotatef, (GLfloat angle, GLfloat x, GLfloat y, GLfloat z), (angle, x, y, z)) \
|
D | gles12tr_internal.h | 248 X(void, glRotatef, (GLfloat angle, GLfloat x, GLfloat y, GLfloat z), (angle, x, y, z)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 416 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 32 GL_ENTRY(void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 1765 dispatcher().glRotatef(angle, x, y, z); in rotatef()
|
D | GLEScmImp.cpp | 1819 GL_API void GL_APIENTRY glRotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z) { in glRotatef() function
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 147 X(void, glRotatef, (GLfloat angle, GLfloat x, GLfloat y, GLfloat z), (angle, x, y, z)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 883 GLAPI void GLAPIENTRY glRotatef( GLfloat angle,
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 921 GLAPI void GLAPIENTRY glRotatef( GLfloat angle,
|
D | gl_mangle.h | 1555 #define glRotatef MANGLE(Rotatef) macro
|