Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h26 glClipPlanef_t glClipPlanef;
298glClipPlanef_t set_glClipPlanef(glClipPlanef_t f) { glClipPlanef_t retval = glClipPlanef; glClipPl… in set_glClipPlanef()
Dgles_proc.h26 typedef void (* glClipPlanef_t) (GLenum, const GLfloat*); typedef
Dgles_dispatch.cpp28 ptr = dlsym(gles_android,"glClipPlanef"); disp->set_glClipPlanef((glClipPlanef_t)ptr); in create_gles_dispatch()