Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h184 glClipPlanexOES_t glClipPlanexOES;
456glClipPlanexOES_t set_glClipPlanexOES(glClipPlanexOES_t f) { glClipPlanexOES_t retval = glClipPlan… in set_glClipPlanexOES()
Dgles_proc.h184 typedef void (* glClipPlanexOES_t) (GLenum, const GLfixed*); typedef
Dgles_dispatch.cpp186 ptr = dlsym(gles_android,"glClipPlanexOES"); disp->set_glClipPlanexOES((glClipPlanexOES_t)ptr); in create_gles_dispatch()