Home
last modified time | relevance | path

Searched refs:glClipPlanex_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h73 glClipPlanex_t glClipPlanex;
345glClipPlanex_t set_glClipPlanex(glClipPlanex_t f) { glClipPlanex_t retval = glClipPlanex; glClipPl… in set_glClipPlanex()
Dgles_proc.h73 typedef void (* glClipPlanex_t) (GLenum, const GLfixed*); typedef
Dgles_dispatch.cpp75 ptr = dlsym(gles_android,"glClipPlanex"); disp->set_glClipPlanex((glClipPlanex_t)ptr); in create_gles_dispatch()