HomeSort by relevance Sort by last modified time
    Searched refs:glRotatef_client_proc_t (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 42 glRotatef_client_proc_t glRotatef;
334 virtual glRotatef_client_proc_t set_glRotatef(glRotatef_client_proc_t f) { glRotatef_client_proc_t retval = glRotatef; glRotatef = f; return retval;}
    [all...]
gl_client_context.cpp 46 ptr = getProc("glRotatef", userData); set_glRotatef((glRotatef_client_proc_t)ptr);
gl_client_proc.h 43 typedef void (gl_APIENTRY *glRotatef_client_proc_t) (void * ctx, GLfloat, GLfloat, GLfloat, GLfloat);

Completed in 44 milliseconds