Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h266 glClipPlanexIMG_t glClipPlanexIMG;
538glClipPlanexIMG_t set_glClipPlanexIMG(glClipPlanexIMG_t f) { glClipPlanexIMG_t retval = glClipPlan… in set_glClipPlanexIMG()
Dgles_proc.h266 typedef void (* glClipPlanexIMG_t) (GLenum, const GLfixed*); typedef
Dgles_dispatch.cpp268 ptr = dlsym(gles_android,"glClipPlanexIMG"); disp->set_glClipPlanexIMG((glClipPlanexIMG_t)ptr); in create_gles_dispatch()