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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp 112 ptr = getProc("glLightModelxv", userData); set_glLightModelxv((glLightModelxv_client_proc_t)ptr);
gl_client_context.h 400 virtual glLightModelxv_client_proc_t set_glLightModelxv(glLightModelxv_client_proc_t f) { glLightModelxv_client_proc_t retval = glLightModelxv; glLightModelxv = f; return retval;}
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 123 ptr = dlsym(gles_android,"glLightModelxv"); disp->set_glLightModelxv((glLightModelxv_t)ptr);
gles_dispatch.h 393 glLightModelxv_t set_glLightModelxv(glLightModelxv_t f) { glLightModelxv_t retval = glLightModelxv; glLightModelxv = f; return retval;}
    [all...]

Completed in 31 milliseconds