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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp 93 ptr = getProc("glClipPlanex", userData); set_glClipPlanex((glClipPlanex_client_proc_t)ptr);
gl_client_context.h 381 virtual glClipPlanex_client_proc_t set_glClipPlanex(glClipPlanex_client_proc_t f) { glClipPlanex_client_proc_t retval = glClipPlanex; glClipPlanex = f; return retval;}
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 75 ptr = dlsym(gles_android,"glClipPlanex"); disp->set_glClipPlanex((glClipPlanex_t)ptr);
gles_dispatch.h 345 glClipPlanex_t set_glClipPlanex(glClipPlanex_t f) { glClipPlanex_t retval = glClipPlanex; glClipPlanex = f; return retval;}
    [all...]

Completed in 44 milliseconds