Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h190 glGetClipPlanexOES_t glGetClipPlanexOES;
462glGetClipPlanexOES_t set_glGetClipPlanexOES(glGetClipPlanexOES_t f) { glGetClipPlanexOES_t retval … in set_glGetClipPlanexOES()
Dgles_proc.h190 typedef void (* glGetClipPlanexOES_t) (GLenum, GLfixed*); typedef
Dgles_dispatch.cpp192 … dlsym(gles_android,"glGetClipPlanexOES"); disp->set_glGetClipPlanexOES((glGetClipPlanexOES_t)ptr); in create_gles_dispatch()