Home
last modified time | relevance | path

Searched refs:glLightModelfv_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h39 glLightModelfv_t glLightModelfv;
311glLightModelfv_t set_glLightModelfv(glLightModelfv_t f) { glLightModelfv_t retval = glLightModelfv… in set_glLightModelfv()
Dgles_proc.h39 typedef void (* glLightModelfv_t) (GLenum, const GLfloat*); typedef
Dgles_dispatch.cpp41 ptr = dlsym(gles_android,"glLightModelfv"); disp->set_glLightModelfv((glLightModelfv_t)ptr); in create_gles_dispatch()