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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 39 glLightModelfv_t glLightModelfv;
311 glLightModelfv_t set_glLightModelfv(glLightModelfv_t f) { glLightModelfv_t retval = glLightModelfv; glLightModelfv = f; return retval;}
    [all...]
gles_proc.h 39 typedef void (* glLightModelfv_t) (GLenum, const GLfloat*);
gles_dispatch.cpp 41 ptr = dlsym(gles_android,"glLightModelfv"); disp->set_glLightModelfv((glLightModelfv_t)ptr);

Completed in 40 milliseconds