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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp 33 ptr = getProc("glLightfv", userData); set_glLightfv((glLightfv_client_proc_t)ptr);
gl_client_context.h 321 virtual glLightfv_client_proc_t set_glLightfv(glLightfv_client_proc_t f) { glLightfv_client_proc_t retval = glLightfv; glLightfv = f; return retval;}
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 43 ptr = dlsym(gles_android,"glLightfv"); disp->set_glLightfv((glLightfv_t)ptr);
gles_dispatch.h 313 glLightfv_t set_glLightfv(glLightfv_t f) { glLightfv_t retval = glLightfv; glLightfv = f; return retval;}
    [all...]

Completed in 40 milliseconds