Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h265 glClipPlanefIMG_t glClipPlanefIMG;
537glClipPlanefIMG_t set_glClipPlanefIMG(glClipPlanefIMG_t f) { glClipPlanefIMG_t retval = glClipPlan… in set_glClipPlanefIMG()
Dgles_proc.h265 typedef void (* glClipPlanefIMG_t) (GLenum, const GLfloat*); typedef
Dgles_dispatch.cpp267 ptr = dlsym(gles_android,"glClipPlanefIMG"); disp->set_glClipPlanefIMG((glClipPlanefIMG_t)ptr); in create_gles_dispatch()