Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h246 glClipPlanefOES_t glClipPlanefOES;
518glClipPlanefOES_t set_glClipPlanefOES(glClipPlanefOES_t f) { glClipPlanefOES_t retval = glClipPlan… in set_glClipPlanefOES()
Dgles_proc.h246 typedef void (* glClipPlanefOES_t) (GLenum, const GLfloat*); typedef
Dgles_dispatch.cpp248 ptr = dlsym(gles_android,"glClipPlanefOES"); disp->set_glClipPlanefOES((glClipPlanefOES_t)ptr); in create_gles_dispatch()