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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_dispatch.h 73 glClipPlanex_t glClipPlanex;
345 glClipPlanex_t set_glClipPlanex(glClipPlanex_t f) { glClipPlanex_t retval = glClipPlanex; glClipPlanex = f; return retval;}
    [all...]
gles_proc.h 73 typedef void (* glClipPlanex_t) (GLenum, const GLfixed*);
gles_dispatch.cpp 75 ptr = dlsym(gles_android,"glClipPlanex"); disp->set_glClipPlanex((glClipPlanex_t)ptr);

Completed in 132 milliseconds