Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h247 glGetClipPlanefOES_t glGetClipPlanefOES;
519glGetClipPlanefOES_t set_glGetClipPlanefOES(glGetClipPlanefOES_t f) { glGetClipPlanefOES_t retval … in set_glGetClipPlanefOES()
Dgles_proc.h247 typedef void (* glGetClipPlanefOES_t) (GLenum, GLfloat*); typedef
Dgles_dispatch.cpp249 … dlsym(gles_android,"glGetClipPlanefOES"); disp->set_glGetClipPlanefOES((glGetClipPlanefOES_t)ptr); in create_gles_dispatch()