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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 62 glColor4x_client_proc_t glColor4x;
354 virtual glColor4x_client_proc_t set_glColor4x(glColor4x_client_proc_t f) { glColor4x_client_proc_t retval = glColor4x; glColor4x = f; return retval;}
    [all...]
gl_client_context.cpp 66 ptr = getProc("glColor4x", userData); set_glColor4x((glColor4x_client_proc_t)ptr);
gl_client_proc.h 63 typedef void (gl_APIENTRY *glColor4x_client_proc_t) (void * ctx, GLfixed, GLfixed, GLfixed, GLfixed);

Completed in 27 milliseconds